6 references to SelectionStartProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\TickBar.cs (2)
149
Slider.
SelectionStartProperty
.AddOwner(
686
BindToTemplatedParent(SelectionStartProperty, Slider.
SelectionStartProperty
);
System\Windows\Controls\Slider.cs (4)
587
get { return (double) GetValue(
SelectionStartProperty
); }
588
set { SetValue(
SelectionStartProperty
, value); }
683
CoerceValue(
SelectionStartProperty
);
693
CoerceValue(
SelectionStartProperty
);