16 references to None
PresentationCore (1)
Shared\MS\Internal\Generated\StretchValidation.cs (1)
42return (value == Stretch.None) ||
PresentationFramework (11)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
985visualBrush.Stretch = Stretch.None;
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
272db.Stretch = Stretch.None;
src\Framework\System\Windows\Controls\ComboBox.cs (1)
912visualBrush.Stretch = Stretch.None;
src\Framework\System\Windows\Controls\ViewBox.cs (1)
119|| s == Stretch.None
src\Framework\System\Windows\Shapes\Ellipse.cs (1)
133case Stretch.None:
src\Framework\System\Windows\Shapes\Rectangle.cs (1)
186case Stretch.None:
src\Framework\System\Windows\Shapes\Shape.cs (5)
56new FrameworkPropertyMetadata(Stretch.None, FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsArrange)); 369if (mode == Stretch.None) 397if (mode == Stretch.None) 637Debug.Assert(mode != Stretch.None); 744if (Stretch != Stretch.None)
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
81newBrush.Stretch = Stretch.None;
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
86newBrush.Stretch = Stretch.None;
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
86newBrush.Stretch = Stretch.None;
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
86newBrush.Stretch = Stretch.None;