14 references to AutoToolTipPlacement
PresentationFramework (14)
System\Windows\Controls\Slider.cs (14)
347= DependencyProperty.Register("AutoToolTipPlacement", typeof(AutoToolTipPlacement), typeof(Slider), 348new FrameworkPropertyMetadata(Primitives.AutoToolTipPlacement.None), 355public Primitives.AutoToolTipPlacement AutoToolTipPlacement 359return (Primitives.AutoToolTipPlacement)GetValue(AutoToolTipPlacementProperty); 369AutoToolTipPlacement placement = (AutoToolTipPlacement)o; 370return placement == AutoToolTipPlacement.None || 371placement == AutoToolTipPlacement.TopLeft || 372placement == AutoToolTipPlacement.BottomRight; 811if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None)) 853if (this.AutoToolTipPlacement != Primitives.AutoToolTipPlacement.None) 893if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None)) 911case Primitives.AutoToolTipPlacement.TopLeft: 930case Primitives.AutoToolTipPlacement.BottomRight: