4 references to AutoToolTipPlacement
PresentationFramework (4)
System\Windows\Controls\Slider.cs (4)
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))
908
switch (this.
AutoToolTipPlacement
)