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