6 references to SelectionEndProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (2)
185
Slider.
SelectionEndProperty
.AddOwner(
701
BindToTemplatedParent(SelectionEndProperty, Slider.
SelectionEndProperty
);
src\Framework\System\Windows\Controls\Slider.cs (4)
629
ctrl.CoerceValue(
SelectionEndProperty
);
669
get { return (double) GetValue(
SelectionEndProperty
); }
670
set { SetValue(
SelectionEndProperty
, value); }
726
CoerceValue(
SelectionEndProperty
);