5 references to None
PresentationFramework (5)
System\Windows\Controls\Slider.cs (5)
348
new FrameworkPropertyMetadata(Primitives.AutoToolTipPlacement.
None
),
370
return placement == AutoToolTipPlacement.
None
||
811
if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.
None
))
853
if (this.AutoToolTipPlacement != Primitives.AutoToolTipPlacement.
None
)
893
if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.
None
))