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