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