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