5 references to TicksProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\TickBar.cs (5)
258get { return (DoubleCollection) GetValue(TicksProperty); } 259set { SetValue(TicksProperty, value); } 482if (GetValueSource(TicksProperty, null, out hasModifiers) 589if (GetValueSource(TicksProperty, null, out hasModifiers) 696BindToTemplatedParent(TicksProperty, Slider.TicksProperty);