6 references to SelectionEndProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\TickBar.cs (2)
184
Slider.
SelectionEndProperty
.AddOwner(
700
BindToTemplatedParent(SelectionEndProperty, Slider.
SelectionEndProperty
);
System\Windows\Controls\Slider.cs (4)
627
ctrl.CoerceValue(
SelectionEndProperty
);
667
get { return (double) GetValue(
SelectionEndProperty
); }
668
set { SetValue(
SelectionEndProperty
, value); }
724
CoerceValue(
SelectionEndProperty
);