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