5 references to TicksProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\TickBar.cs (5)
244get { return (DoubleCollection) GetValue(TicksProperty); } 245set { SetValue(TicksProperty, value); } 468if (GetValueSource(TicksProperty, null, out hasModifiers) 575if (GetValueSource(TicksProperty, null, out hasModifiers) 682BindToTemplatedParent(TicksProperty, Slider.TicksProperty);