12 writes to Stretch
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (1)
250Stretch = Stretch.None,
System\Windows\Controls\ComboBox.cs (1)
892Stretch = Stretch.None,
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
73newBrush.Stretch = Stretch.None;
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
73newBrush.Stretch = Stretch.None;
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
68newBrush.Stretch = Stretch.None;
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
68newBrush.Stretch = Stretch.None;
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
68newBrush.Stretch = Stretch.None;
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
68newBrush.Stretch = Stretch.None;
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
1337newBrush.Stretch = currentBrush.Stretch; 3151drawingBrush.Stretch = vb.Stretch; 3188db.Stretch = ib.Stretch;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
550Stretch = Stretch.None,
14 references to Stretch
PresentationCore (4)
System\Windows\Media\Generated\DrawingBrush.cs (1)
233data.Stretch = Stretch;
System\Windows\Media\Generated\ImageBrush.cs (1)
233data.Stretch = Stretch;
System\Windows\Media\Generated\VisualBrush.cs (1)
265data.Stretch = Stretch;
System\Windows\Media\TileBrush.cs (1)
127Stretch,
ReachFramework (10)
AlphaFlattener\BrushProxy.cs (7)
463if (!Utility.IsValidViewbox(viewbox, tb.Stretch != Stretch.None)) 1337newBrush.Stretch = currentBrush.Stretch; 2199if ((tA != null) && (tA.Stretch == Stretch.Fill) && (tA.TileMode == TileMode.Tile)) 2219if ((tB != null) && (tB.Stretch == Stretch.Fill)) 2898! Utility.IsValidViewbox(tileBrush.Viewbox, tileBrush.Stretch != Stretch.None) 3151drawingBrush.Stretch = vb.Stretch; 3188db.Stretch = ib.Stretch;
AlphaFlattener\Utility.cs (2)
1668Debug.Assert(IsValidViewbox(viewbox, brush.Stretch != Stretch.None) && 1675switch (brush.Stretch)
Serialization\VisualSerializer.cs (1)
448switch (brush.Stretch)