10 references to Stretch
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
133
VerticalAlignment = VerticalAlignment.
Stretch
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (1)
3050
case VerticalAlignment.
Stretch
:
System\Windows\Controls\GridSplitter.cs (1)
317
else if (VerticalAlignment != VerticalAlignment.
Stretch
)
System\Windows\Controls\UserControl.cs (1)
33
VerticalContentAlignmentProperty.OverrideMetadata(typeof(UserControl), new FrameworkPropertyMetadata(VerticalAlignment.
Stretch
));
System\Windows\FrameworkElement.cs (5)
3800
VerticalAlignment.
Stretch
,
3810
|| va == VerticalAlignment.
Stretch
);
4640
if (VerticalAlignment != VerticalAlignment.
Stretch
)
4842
if( va == VerticalAlignment.
Stretch
4864
|| va == VerticalAlignment.
Stretch
)
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
312
childFrameworkElement.VerticalAlignment = SW.VerticalAlignment.
Stretch
;