13 writes to VerticalAlignment
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineHints\InlineHintsTag.cs (2)
169VerticalAlignment = VerticalAlignment.Bottom, 180VerticalAlignment = VerticalAlignment.Top
Microsoft.VisualStudio.LanguageServices (5)
PreviewPane\PreviewPane.xaml.cs (2)
142previewElement.VerticalAlignment = VerticalAlignment.Top; 271VerticalAlignment = VerticalAlignment.Center,
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
133VerticalAlignment = VerticalAlignment.Stretch
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (2)
70VerticalAlignment = VerticalAlignment.Center 84VerticalAlignment = VerticalAlignment.Center,
PresentationFramework (4)
System\Windows\Controls\DatePicker.cs (1)
1077_calendar.VerticalAlignment = VerticalAlignment.Top;
System\Windows\Controls\GridViewRowPresenter.cs (2)
619cell.VerticalAlignment = parent.VerticalContentAlignment; 661cell.VerticalAlignment = parent.VerticalContentAlignment;
System\Windows\Controls\TabControl.cs (1)
559scp.VerticalAlignment = tabItem.VerticalContentAlignment;
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
334VerticalAlignment = VerticalAlignment.Center;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
308childFrameworkElement.VerticalAlignment = SW.VerticalAlignment.Stretch;
4 references to VerticalAlignment
PresentationFramework (4)
System\Windows\Controls\GridSplitter.cs (2)
311else if (VerticalAlignment != VerticalAlignment.Stretch) 351switch (VerticalAlignment)
System\Windows\FrameworkElement.cs (2)
4620if (VerticalAlignment != VerticalAlignment.Stretch) 4814VerticalAlignment va = VerticalAlignment;