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