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