8 references to Stretch
PresentationFramework (8)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
3027
case VerticalAlignment.
Stretch
:
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
318
else if (VerticalAlignment != VerticalAlignment.
Stretch
)
src\Framework\System\Windows\Controls\UserControl.cs (1)
35
VerticalContentAlignmentProperty.OverrideMetadata(typeof(UserControl), new FrameworkPropertyMetadata(VerticalAlignment.
Stretch
));
src\Framework\System\Windows\FrameworkElement.cs (5)
3799
VerticalAlignment.
Stretch
,
3809
|| va == VerticalAlignment.
Stretch
);
4635
if (VerticalAlignment != VerticalAlignment.
Stretch
)
4837
if( va == VerticalAlignment.
Stretch
4859
|| va == VerticalAlignment.
Stretch
)