12 writes to Stretch
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (1)
255db.Stretch = Stretch.None;
System\Windows\Controls\ComboBox.cs (1)
910visualBrush.Stretch = Stretch.None;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
76newBrush.Stretch = Stretch.None;
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
76newBrush.Stretch = Stretch.None;
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
71newBrush.Stretch = Stretch.None;
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
71newBrush.Stretch = Stretch.None;
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
71newBrush.Stretch = Stretch.None;
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
71newBrush.Stretch = Stretch.None;
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
1344newBrush.Stretch = currentBrush.Stretch; 3153drawingBrush.Stretch = vb.Stretch; 3190db.Stretch = ib.Stretch;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
553visualBrush.Stretch = Stretch.None;
14 references to Stretch
PresentationCore (4)
System\Windows\Media\Generated\DrawingBrush.cs (1)
247data.Stretch = Stretch;
System\Windows\Media\Generated\ImageBrush.cs (1)
247data.Stretch = Stretch;
System\Windows\Media\Generated\VisualBrush.cs (1)
283data.Stretch = Stretch;
System\Windows\Media\TileBrush.cs (1)
137Stretch,
ReachFramework (10)
AlphaFlattener\BrushProxy.cs (7)
467if (!Utility.IsValidViewbox(viewbox, tb.Stretch != Stretch.None)) 1344newBrush.Stretch = currentBrush.Stretch; 2205if ((tA != null) && (tA.Stretch == Stretch.Fill) && (tA.TileMode == TileMode.Tile)) 2225if ((tB != null) && (tB.Stretch == Stretch.Fill)) 2903! Utility.IsValidViewbox(tileBrush.Viewbox, tileBrush.Stretch != Stretch.None) 3153drawingBrush.Stretch = vb.Stretch; 3190db.Stretch = ib.Stretch;
AlphaFlattener\Utility.cs (2)
1679Debug.Assert(IsValidViewbox(viewbox, brush.Stretch != Stretch.None) && 1686switch (brush.Stretch)
Serialization\VisualSerializer.cs (1)
457switch (brush.Stretch)