6 references to TicksProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (2)
245
Slider.
TicksProperty
.AddOwner(
697
BindToTemplatedParent(TicksProperty, Slider.
TicksProperty
);
src\Framework\System\Windows\Controls\Slider.cs (4)
560
return (DoubleCollection)GetValue(
TicksProperty
);
564
SetValue(
TicksProperty
, value);
1110
if (GetValueSource(
TicksProperty
, null, out hasModifiers)
1174
if (GetValueSource(
TicksProperty
, null, out hasModifiers)