14 references to AutoToolTipPlacement
PresentationFramework (14)
System\Windows\Controls\Slider.cs (14)
365= DependencyProperty.Register("AutoToolTipPlacement", typeof(AutoToolTipPlacement), typeof(Slider), 366new FrameworkPropertyMetadata(Primitives.AutoToolTipPlacement.None), 373public Primitives.AutoToolTipPlacement AutoToolTipPlacement 377return (Primitives.AutoToolTipPlacement)GetValue(AutoToolTipPlacementProperty); 387AutoToolTipPlacement placement = (AutoToolTipPlacement)o; 388return placement == AutoToolTipPlacement.None || 389placement == AutoToolTipPlacement.TopLeft || 390placement == AutoToolTipPlacement.BottomRight; 829if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None)) 869if (this.AutoToolTipPlacement != Primitives.AutoToolTipPlacement.None) 909if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None)) 927case Primitives.AutoToolTipPlacement.TopLeft: 946case Primitives.AutoToolTipPlacement.BottomRight: