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)
1084_calendar.VerticalAlignment = VerticalAlignment.Top;
System\Windows\Controls\GridViewRowPresenter.cs (2)
620cell.VerticalAlignment = parent.VerticalContentAlignment; 662cell.VerticalAlignment = parent.VerticalContentAlignment;
System\Windows\Controls\TabControl.cs (1)
578scp.VerticalAlignment = tabItem.VerticalContentAlignment;
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
336VerticalAlignment = VerticalAlignment.Center;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
312childFrameworkElement.VerticalAlignment = SW.VerticalAlignment.Stretch;
4 references to VerticalAlignment
PresentationFramework (4)
System\Windows\Controls\GridSplitter.cs (2)
317else if (VerticalAlignment != VerticalAlignment.Stretch) 357switch (VerticalAlignment)
System\Windows\FrameworkElement.cs (2)
4640if (VerticalAlignment != VerticalAlignment.Stretch) 4832VerticalAlignment va = VerticalAlignment;