12 references to UniformToFill
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\StretchValidation.cs (1)
32(value == Stretch.UniformToFill);
PresentationFramework (9)
System\Windows\Controls\ViewBox.cs (3)
106|| s == Stretch.UniformToFill); 377if ( (stretch == Stretch.Uniform || stretch == Stretch.UniformToFill || stretch == Stretch.Fill) 396case Stretch.UniformToFill: //Find maximum scale that we use for both axes
System\Windows\Documents\XamlToRtfWriter.cs (1)
2278return System.Windows.Media.Stretch.UniformToFill;
System\Windows\Shapes\Ellipse.cs (2)
77if (Stretch == Stretch.UniformToFill) 142case Stretch.UniformToFill:
System\Windows\Shapes\Rectangle.cs (2)
130if (Stretch == Stretch.UniformToFill) 196case Stretch.UniformToFill:
System\Windows\Shapes\Shape.cs (1)
650Debug.Assert(mode == Stretch.UniformToFill);
ReachFramework (2)
AlphaFlattener\Utility.cs (1)
1686case Stretch.UniformToFill:
Serialization\VisualSerializer.cs (1)
471case Stretch.UniformToFill: