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