12 references to UniformToFill
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\StretchValidation.cs (1)
40(value == Stretch.UniformToFill);
PresentationFramework (9)
System\Windows\Controls\ViewBox.cs (3)
107|| s == Stretch.UniformToFill); 378if ( (stretch == Stretch.Uniform || stretch == Stretch.UniformToFill || stretch == Stretch.Fill) 397case Stretch.UniformToFill: //Find maximum scale that we use for both axes
System\Windows\Documents\XamlToRtfWriter.cs (1)
2279return System.Windows.Media.Stretch.UniformToFill;
System\Windows\Shapes\Ellipse.cs (2)
78if (Stretch == Stretch.UniformToFill) 143case Stretch.UniformToFill:
System\Windows\Shapes\Rectangle.cs (2)
131if (Stretch == Stretch.UniformToFill) 197case Stretch.UniformToFill:
System\Windows\Shapes\Shape.cs (1)
649Debug.Assert(mode == Stretch.UniformToFill);
ReachFramework (2)
AlphaFlattener\Utility.cs (1)
1686case Stretch.UniformToFill:
Serialization\VisualSerializer.cs (1)
472case Stretch.UniformToFill: