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