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