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