5 references to None
PresentationFramework (5)
System\Windows\Controls\Slider.cs (5)
377
new FrameworkPropertyMetadata(Primitives.AutoToolTipPlacement.
None
),
399
return placement == AutoToolTipPlacement.
None
||
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
))