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