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