2 references to ActualWidthProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (1)
713binding.Path = new PropertyPath(Thumb.ActualWidthProperty);
src\Framework\System\Windows\FrameworkElement.cs (1)
4810NotifyPropertyChange(new DependencyPropertyChangedEventArgs(ActualWidthProperty, _actualWidthMetadata, sizeInfo.PreviousSize.Width, sizeInfo.NewSize.Width));