5 references to None
PresentationFramework (5)
src\Framework\System\Windows\Controls\Slider.cs (5)
379new FrameworkPropertyMetadata(Primitives.AutoToolTipPlacement.None), 401return placement == AutoToolTipPlacement.None || 843if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None)) 884if (this.AutoToolTipPlacement != Primitives.AutoToolTipPlacement.None) 924if ((thumb == null) || (this.AutoToolTipPlacement == Primitives.AutoToolTipPlacement.None))