6 references to SelectionEndProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\TickBar.cs (2)
170
Slider.
SelectionEndProperty
.AddOwner(
688
BindToTemplatedParent(SelectionEndProperty, Slider.
SelectionEndProperty
);
System\Windows\Controls\Slider.cs (4)
598
ctrl.CoerceValue(
SelectionEndProperty
);
638
get { return (double) GetValue(
SelectionEndProperty
); }
639
set { SetValue(
SelectionEndProperty
, value); }
695
CoerceValue(
SelectionEndProperty
);