14 references to AutoToolTipPlacement
PresentationFramework (14)
src\Framework\System\Windows\Controls\Slider.cs (14)
378
= DependencyProperty.Register("AutoToolTipPlacement", typeof(
AutoToolTipPlacement
), typeof(Slider),
379
new FrameworkPropertyMetadata(Primitives.
AutoToolTipPlacement
.None),
386
public Primitives.
AutoToolTipPlacement
AutoToolTipPlacement
390
return (Primitives.
AutoToolTipPlacement
)GetValue(AutoToolTipPlacementProperty);
400
AutoToolTipPlacement
placement = (
AutoToolTipPlacement
)o;
401
return placement ==
AutoToolTipPlacement
.None ||
402
placement ==
AutoToolTipPlacement
.TopLeft ||
403
placement ==
AutoToolTipPlacement
.BottomRight;
843
if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.
AutoToolTipPlacement
.None))
884
if (this.AutoToolTipPlacement != Primitives.
AutoToolTipPlacement
.None)
924
if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.
AutoToolTipPlacement
.None))
942
case Primitives.
AutoToolTipPlacement
.TopLeft:
961
case Primitives.
AutoToolTipPlacement
.BottomRight: