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