14 references to AutoToolTipPlacement
PresentationFramework (14)
System\Windows\Controls\Slider.cs (14)
346= DependencyProperty.Register("AutoToolTipPlacement", typeof(AutoToolTipPlacement), typeof(Slider), 347new FrameworkPropertyMetadata(Primitives.AutoToolTipPlacement.None), 354public Primitives.AutoToolTipPlacement AutoToolTipPlacement 358return (Primitives.AutoToolTipPlacement)GetValue(AutoToolTipPlacementProperty); 368AutoToolTipPlacement placement = (AutoToolTipPlacement)o; 369return placement == AutoToolTipPlacement.None || 370placement == AutoToolTipPlacement.TopLeft || 371placement == AutoToolTipPlacement.BottomRight; 810if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None)) 852if (this.AutoToolTipPlacement != Primitives.AutoToolTipPlacement.None) 892if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None)) 910case Primitives.AutoToolTipPlacement.TopLeft: 929case Primitives.AutoToolTipPlacement.BottomRight: