6 references to SelectionEndProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\TickBar.cs (2)
170Slider.SelectionEndProperty.AddOwner( 688BindToTemplatedParent(SelectionEndProperty, Slider.SelectionEndProperty);
System\Windows\Controls\Slider.cs (4)
598ctrl.CoerceValue(SelectionEndProperty); 638get { return (double) GetValue(SelectionEndProperty); } 639set { SetValue(SelectionEndProperty, value); } 695CoerceValue(SelectionEndProperty);