2 references to ActualHeightProperty
PresentationFramework (2)
System\Windows\Controls\Primitives\TickBar.cs (1)
716binding.Path = new PropertyPath(Thumb.ActualHeightProperty);
System\Windows\FrameworkElement.cs (1)
4814NotifyPropertyChange(new DependencyPropertyChangedEventArgs(ActualHeightProperty, _actualHeightMetadata, sizeInfo.PreviousSize.Height, sizeInfo.NewSize.Height));