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