12 writes to Stretch
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (1)
250db.Stretch = Stretch.None;
System\Windows\Controls\ComboBox.cs (1)
900visualBrush.Stretch = Stretch.None;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
74newBrush.Stretch = Stretch.None;
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
74newBrush.Stretch = Stretch.None;
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
69newBrush.Stretch = Stretch.None;
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
69newBrush.Stretch = Stretch.None;
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
69newBrush.Stretch = Stretch.None;
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
69newBrush.Stretch = Stretch.None;
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
1340newBrush.Stretch = currentBrush.Stretch; 3149drawingBrush.Stretch = vb.Stretch; 3186db.Stretch = ib.Stretch;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
551visualBrush.Stretch = Stretch.None;
14 references to Stretch
PresentationCore (4)
System\Windows\Media\Generated\DrawingBrush.cs (1)
219data.Stretch = Stretch;
System\Windows\Media\Generated\ImageBrush.cs (1)
219data.Stretch = Stretch;
System\Windows\Media\Generated\VisualBrush.cs (1)
256data.Stretch = Stretch;
System\Windows\Media\TileBrush.cs (1)
128Stretch,
ReachFramework (10)
AlphaFlattener\BrushProxy.cs (7)
463if (!Utility.IsValidViewbox(viewbox, tb.Stretch != Stretch.None)) 1340newBrush.Stretch = currentBrush.Stretch; 2201if ((tA != null) && (tA.Stretch == Stretch.Fill) && (tA.TileMode == TileMode.Tile)) 2221if ((tB != null) && (tB.Stretch == Stretch.Fill)) 2899! Utility.IsValidViewbox(tileBrush.Viewbox, tileBrush.Stretch != Stretch.None) 3149drawingBrush.Stretch = vb.Stretch; 3186db.Stretch = ib.Stretch;
AlphaFlattener\Utility.cs (2)
1668Debug.Assert(IsValidViewbox(viewbox, brush.Stretch != Stretch.None) && 1675switch (brush.Stretch)
Serialization\VisualSerializer.cs (1)
449switch (brush.Stretch)