6 references to SelectionEndProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (2)
185Slider.SelectionEndProperty.AddOwner( 701BindToTemplatedParent(SelectionEndProperty, Slider.SelectionEndProperty);
src\Framework\System\Windows\Controls\Slider.cs (4)
629ctrl.CoerceValue(SelectionEndProperty); 669get { return (double) GetValue(SelectionEndProperty); } 670set { SetValue(SelectionEndProperty, value); } 726CoerceValue(SelectionEndProperty);