5 references to TicksProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (5)
259get { return (DoubleCollection) GetValue(TicksProperty); } 260set { SetValue(TicksProperty, value); } 483if (GetValueSource(TicksProperty, null, out hasModifiers) 590if (GetValueSource(TicksProperty, null, out hasModifiers) 697BindToTemplatedParent(TicksProperty, Slider.TicksProperty);