10 references to UniformToFill
PresentationCore (1)
Shared\MS\Internal\Generated\StretchValidation.cs (1)
45(value == Stretch.UniformToFill);
PresentationFramework (9)
src\Framework\System\Windows\Controls\ViewBox.cs (3)
121|| s == Stretch.UniformToFill); 393if ( (stretch == Stretch.Uniform || stretch == Stretch.UniformToFill || stretch == Stretch.Fill) 412case Stretch.UniformToFill: //Find maximum scale that we use for both axes
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2281return System.Windows.Media.Stretch.UniformToFill;
src\Framework\System\Windows\Shapes\Ellipse.cs (2)
90if (Stretch == Stretch.UniformToFill) 155case Stretch.UniformToFill:
src\Framework\System\Windows\Shapes\Rectangle.cs (2)
142if (Stretch == Stretch.UniformToFill) 208case Stretch.UniformToFill:
src\Framework\System\Windows\Shapes\Shape.cs (1)
659Debug.Assert(mode == Stretch.UniformToFill);