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