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