6 references to SelectionStartProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\TickBar.cs (2)
164
Slider.
SelectionStartProperty
.AddOwner(
699
BindToTemplatedParent(SelectionStartProperty, Slider.
SelectionStartProperty
);
System\Windows\Controls\Slider.cs (4)
617
get { return (double) GetValue(
SelectionStartProperty
); }
618
set { SetValue(
SelectionStartProperty
, value); }
713
CoerceValue(
SelectionStartProperty
);
723
CoerceValue(
SelectionStartProperty
);