14 references to AutoToolTipPlacement
PresentationFramework (14)
System\Windows\Controls\Slider.cs (14)
376= DependencyProperty.Register("AutoToolTipPlacement", typeof(AutoToolTipPlacement), typeof(Slider), 377new FrameworkPropertyMetadata(Primitives.AutoToolTipPlacement.None), 384public Primitives.AutoToolTipPlacement AutoToolTipPlacement 388return (Primitives.AutoToolTipPlacement)GetValue(AutoToolTipPlacementProperty); 398AutoToolTipPlacement placement = (AutoToolTipPlacement)o; 399return placement == AutoToolTipPlacement.None || 400placement == AutoToolTipPlacement.TopLeft || 401placement == AutoToolTipPlacement.BottomRight; 840if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None)) 880if (this.AutoToolTipPlacement != Primitives.AutoToolTipPlacement.None) 920if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None)) 938case Primitives.AutoToolTipPlacement.TopLeft: 957case Primitives.AutoToolTipPlacement.BottomRight: