4 references to AutoToolTipPlacement
PresentationFramework (4)
System\Windows\Controls\Slider.cs (4)
840
if ((thumb == null) || (this.
AutoToolTipPlacement
== Primitives.AutoToolTipPlacement.None))
880
if (this.
AutoToolTipPlacement
!= Primitives.AutoToolTipPlacement.None)
920
if ((thumb == null) || (this.
AutoToolTipPlacement
== Primitives.AutoToolTipPlacement.None))
936
switch (this.
AutoToolTipPlacement
)