12 references to UniformToFill
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\StretchValidation.cs (1)
45(value == Stretch.UniformToFill);
PresentationFramework (9)
System\Windows\Controls\ViewBox.cs (3)
113|| s == Stretch.UniformToFill); 384if ( (stretch == Stretch.Uniform || stretch == Stretch.UniformToFill || stretch == Stretch.Fill) 403case Stretch.UniformToFill: //Find maximum scale that we use for both axes
System\Windows\Documents\XamlToRtfWriter.cs (1)
2280return System.Windows.Media.Stretch.UniformToFill;
System\Windows\Shapes\Ellipse.cs (2)
87if (Stretch == Stretch.UniformToFill) 152case Stretch.UniformToFill:
System\Windows\Shapes\Rectangle.cs (2)
139if (Stretch == Stretch.UniformToFill) 205case Stretch.UniformToFill:
System\Windows\Shapes\Shape.cs (1)
654Debug.Assert(mode == Stretch.UniformToFill);
ReachFramework (2)
AlphaFlattener\Utility.cs (1)
1697case Stretch.UniformToFill:
Serialization\VisualSerializer.cs (1)
480case Stretch.UniformToFill: