3 references to SelectionEndProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (3)
197
get { return (double) GetValue(
SelectionEndProperty
); }
198
set { SetValue(
SelectionEndProperty
, value); }
701
BindToTemplatedParent(
SelectionEndProperty
, Slider.SelectionEndProperty);