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