Вадим Мельников
c34bfc56f8
Add class CroppedBitmap
6 years ago
Steven Kirk
de2b1925d9
Try TypeConverters in TryConvert.
Fixes #3584 .
6 years ago
Dan Walmsley
97bcb443ff
dont crash when closing window on OSX.
6 years ago
Symbai
e92dbb14df
Update IInputElement.cs
6 years ago
Symbai
994def4642
Update TextBox.cs
6 years ago
Symbai
dc8881c846
Update TextBox.cs
6 years ago
Steven Kirk
aec9c6e5e2
Make animation value override local value.
This line was missing. Might be the cause of #3466 .
6 years ago
Symbai
b814eaac99
inherit from ContentControl
6 years ago
Symbai
7ca8d02123
Revert "change selected row background brush"
This reverts commit 863b0da1a1 .
6 years ago
Symbai
6fe5892ad9
Include vertical alignment of floating watermark
6 years ago
Symbai
f4fe0b126c
init
6 years ago
Symbai
5ad2b362df
Update TextBox.cs
6 years ago
Symbai
863b0da1a1
change selected row background brush
6 years ago
Steven Kirk
195c7ba6ea
Don't ignore available size in window measure.
Fixes #3569 .
6 years ago
Symbai
8b0e291f41
Update Default.xaml
6 years ago
Steven Kirk
344aad94b6
Use XDeleteProperty for null icon.
6 years ago
Symbai
da2c7193cc
Add public DataGrid scroll events ( #3547 )
* Update DataGrid.cs
* Update DataGrid.cs
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
6 years ago
Symbai
fa9822b1ef
Add Progressbar ShowProgressText property ( #3531 )
6 years ago
Steven Kirk
384ff5992a
Allow assigning null to Window.Icon.
6 years ago
Steven Kirk
e994b855d5
Don't consider disabled controls when moving focus.
Fixes #3426 .
6 years ago
Steven Kirk
edc8bece4e
Raised property changed when binding completes.
Fixes #3545
6 years ago
Steven Kirk
187e45d021
Make ClearLocalValue notify with correct priority.
6 years ago
Dariusz Komosinski
c91559548e
Remove LINQ from Visual and StyledElement attach/detach funtions.
6 years ago
Dariusz Komosinski
2b6a2f4a9b
Optimize memory allocations when attaching styles.
6 years ago
Steven Kirk
d5fc004df0
Prevent reentrancy in ExecuteInitialLayoutPass.
Fixes #3550 .
6 years ago
Symbai
10d1412d0c
Update ComboBox.xaml
6 years ago
Steven Kirk
56825d252e
Expose ContentPresenter from ItemsControl.LogicalChildren.
Exposing the `ContentPresenter.Child` in `ItemsControl.LogicalChildren` was causing problems when detaching and reattaching an `ItemsControl` to the logical tree. Instead, expose the `ContentPresenter` itself in effect meaning that `ItemsControl` has a "container" type just like the controls derived from it.
Fixes #3487
6 years ago
Symbai
5576a644b0
Update Default.xaml
6 years ago
Dariusz Komosinski
77df8b319e
Ensure that weak refs with collected refs are compacted as well.
6 years ago
Symbai
2e4624683b
Update Default.xaml
6 years ago
Joe Clapis
8bfbc10049
Added the ScrollToHome() and ScrollToEnd() methods to ScrollViewer.
6 years ago
Symbai
010ec8273d
Update Default.xaml
6 years ago
Symbai
10ad9eb7ed
Update ComboBox.xaml
6 years ago
Dan Walmsley
4848e42d7e
Update (c) year to 2020
6 years ago
Steven Kirk
2722f509fa
Swap order of parameters to event args.
As described in #3437 the argument ordering was different to WPF/UWP causing bugs in some code ported from WPF/UWP. Use the same argument ordering as WPF/UWP.
Fixes #3437
6 years ago
Nikita Tsukanov
6432174528
Use CGL for offscreen rendering to IOSurface
6 years ago
Dariusz Komosinski
adf59a3e6a
More Popup nullable annotations and simplify presenter cleanup.
6 years ago
Dariusz Komosinski
07f73bf01c
Cleanup Popup control.
6 years ago
José Pedro
12e483acd1
Replaced obsolete PointerEventArgs.Device usages.
6 years ago
Nikita Tsukanov
6540d0635b
IOSurface render target for sw-rendering
6 years ago
Symbai
52dc41af02
Update Default.xaml
6 years ago
Symbai
0655c3d8e5
Update ListBox.xaml
6 years ago
Symbai
5578e94177
Update Slider.xaml
6 years ago
Symbai
7c06fc3d3d
Update ListBox.xaml
6 years ago
Symbai
38e65c5a53
Update ComboBox.xaml
6 years ago
Symbai
c428e00de7
Update Default.xaml
6 years ago
Symbai
4ac1fee023
Update TextBox.xaml
6 years ago
Symbai
82c963eb80
Update Default.xaml
6 years ago
Steven Kirk
8fed6ed946
Moved subscription to static ctor.
6 years ago
José Pedro
fc9a6d5746
Updated obsolete API usages.
6 years ago