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
);
378
if ( (stretch == Stretch.Uniform || stretch == Stretch.
UniformToFill
|| stretch == Stretch.Fill)
397
case Stretch.
UniformToFill
: //Find maximum scale that we use for both axes
System\Windows\Documents\XamlToRtfWriter.cs (1)
2279
return System.Windows.Media.Stretch.
UniformToFill
;
System\Windows\Shapes\Ellipse.cs (2)
78
if (Stretch == Stretch.
UniformToFill
)
143
case Stretch.
UniformToFill
:
System\Windows\Shapes\Rectangle.cs (2)
131
if (Stretch == Stretch.
UniformToFill
)
197
case Stretch.
UniformToFill
:
System\Windows\Shapes\Shape.cs (1)
649
Debug.Assert(mode == Stretch.
UniformToFill
);
ReachFramework (2)
AlphaFlattener\Utility.cs (1)
1686
case Stretch.
UniformToFill
:
Serialization\VisualSerializer.cs (1)
472
case Stretch.
UniformToFill
: