3 references to SelectionEndProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\TickBar.cs (3)
182get { return (double) GetValue(SelectionEndProperty); } 183set { SetValue(SelectionEndProperty, value); } 686BindToTemplatedParent(SelectionEndProperty, Slider.SelectionEndProperty);