6 references to SelectionStartProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\TickBar.cs (2)
150
Slider.
SelectionStartProperty
.AddOwner(
685
BindToTemplatedParent(SelectionStartProperty, Slider.
SelectionStartProperty
);
System\Windows\Controls\Slider.cs (4)
606
get { return (double) GetValue(
SelectionStartProperty
); }
607
set { SetValue(
SelectionStartProperty
, value); }
702
CoerceValue(
SelectionStartProperty
);
712
CoerceValue(
SelectionStartProperty
);