6 references to SelectionEndProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\TickBar.cs (2)
169Slider.SelectionEndProperty.AddOwner( 687BindToTemplatedParent(SelectionEndProperty, Slider.SelectionEndProperty);
System\Windows\Controls\Slider.cs (4)
597ctrl.CoerceValue(SelectionEndProperty); 637get { return (double) GetValue(SelectionEndProperty); } 638set { SetValue(SelectionEndProperty, value); } 694CoerceValue(SelectionEndProperty);