4 references to ActualWidthProperty
PresentationFramework (2)
System\Windows\Controls\Primitives\TickBar.cs (1)
702
binding.Path = new PropertyPath(Thumb.
ActualWidthProperty
);
System\Windows\FrameworkElement.cs (1)
4803
NotifyPropertyChange(new DependencyPropertyChangedEventArgs(
ActualWidthProperty
, _actualWidthMetadata, sizeInfo.PreviousSize.Width, sizeInfo.NewSize.Width));
WindowsBase.Tests (2)
System\Windows\DependencyObjectTests.cs (2)
1578
DependencyProperty property = FrameworkElement.
ActualWidthProperty
;
1989
DependencyProperty property = FrameworkElement.
ActualWidthProperty
;