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