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