10 references to Stretch
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
133VerticalAlignment = VerticalAlignment.Stretch
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (1)
3048case VerticalAlignment.Stretch:
System\Windows\Controls\GridSplitter.cs (1)
311else if (VerticalAlignment != VerticalAlignment.Stretch)
System\Windows\Controls\UserControl.cs (1)
27VerticalContentAlignmentProperty.OverrideMetadata(typeof(UserControl), new FrameworkPropertyMetadata(VerticalAlignment.Stretch));
System\Windows\FrameworkElement.cs (5)
3789VerticalAlignment.Stretch, 3799|| va == VerticalAlignment.Stretch); 4629if (VerticalAlignment != VerticalAlignment.Stretch) 4831if( va == VerticalAlignment.Stretch 4853|| va == VerticalAlignment.Stretch )
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
309childFrameworkElement.VerticalAlignment = SW.VerticalAlignment.Stretch;