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)
616ctrl.CoerceValue(SelectionEndProperty); 656get { return (double) GetValue(SelectionEndProperty); } 657set { SetValue(SelectionEndProperty, value); } 713CoerceValue(SelectionEndProperty);