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
);
384
if ( (stretch == Stretch.Uniform || stretch == Stretch.
UniformToFill
|| stretch == Stretch.Fill)
403
case Stretch.
UniformToFill
: //Find maximum scale that we use for both axes
System\Windows\Documents\XamlToRtfWriter.cs (1)
2280
return System.Windows.Media.Stretch.
UniformToFill
;
System\Windows\Shapes\Ellipse.cs (2)
87
if (Stretch == Stretch.
UniformToFill
)
152
case Stretch.
UniformToFill
:
System\Windows\Shapes\Rectangle.cs (2)
139
if (Stretch == Stretch.
UniformToFill
)
205
case Stretch.
UniformToFill
:
System\Windows\Shapes\Shape.cs (1)
654
Debug.Assert(mode == Stretch.
UniformToFill
);
ReachFramework (2)
AlphaFlattener\Utility.cs (1)
1697
case Stretch.
UniformToFill
:
Serialization\VisualSerializer.cs (1)
480
case Stretch.
UniformToFill
: