3 references to TickFrequencyProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (3)
237get { return (double) GetValue(TickFrequencyProperty); } 238set { SetValue(TickFrequencyProperty, value); } 698BindToTemplatedParent(TickFrequencyProperty, Slider.TickFrequencyProperty);