5 references to TicksProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (5)
259
get { return (DoubleCollection) GetValue(
TicksProperty
); }
260
set { SetValue(
TicksProperty
, value); }
483
if (GetValueSource(
TicksProperty
, null, out hasModifiers)
590
if (GetValueSource(
TicksProperty
, null, out hasModifiers)
697
BindToTemplatedParent(
TicksProperty
, Slider.TicksProperty);