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)
616
ctrl.CoerceValue(
SelectionEndProperty
);
656
get { return (double) GetValue(
SelectionEndProperty
); }
657
set { SetValue(
SelectionEndProperty
, value); }
713
CoerceValue(
SelectionEndProperty
);