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