6 references to SelectionEndProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\TickBar.cs (2)
169
Slider.
SelectionEndProperty
.AddOwner(
687
BindToTemplatedParent(SelectionEndProperty, Slider.
SelectionEndProperty
);
System\Windows\Controls\Slider.cs (4)
597
ctrl.CoerceValue(
SelectionEndProperty
);
637
get { return (double) GetValue(
SelectionEndProperty
); }
638
set { SetValue(
SelectionEndProperty
, value); }
694
CoerceValue(
SelectionEndProperty
);