6 references to SelectionEndProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\TickBar.cs (2)
184Slider.SelectionEndProperty.AddOwner( 700BindToTemplatedParent(SelectionEndProperty, Slider.SelectionEndProperty);
System\Windows\Controls\Slider.cs (4)
627ctrl.CoerceValue(SelectionEndProperty); 667get { return (double) GetValue(SelectionEndProperty); } 668set { SetValue(SelectionEndProperty, value); } 724CoerceValue(SelectionEndProperty);