14 references to AutoToolTipPlacement
PresentationFramework (14)
src\Framework\System\Windows\Controls\Slider.cs (14)
378= DependencyProperty.Register("AutoToolTipPlacement", typeof(AutoToolTipPlacement), typeof(Slider), 379new FrameworkPropertyMetadata(Primitives.AutoToolTipPlacement.None), 386public Primitives.AutoToolTipPlacement AutoToolTipPlacement 390return (Primitives.AutoToolTipPlacement)GetValue(AutoToolTipPlacementProperty); 400AutoToolTipPlacement placement = (AutoToolTipPlacement)o; 401return placement == AutoToolTipPlacement.None || 402placement == AutoToolTipPlacement.TopLeft || 403placement == AutoToolTipPlacement.BottomRight; 843if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None)) 884if (this.AutoToolTipPlacement != Primitives.AutoToolTipPlacement.None) 924if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None)) 942case Primitives.AutoToolTipPlacement.TopLeft: 961case Primitives.AutoToolTipPlacement.BottomRight: