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)
1080_calendar.VerticalAlignment = VerticalAlignment.Top;
System\Windows\Controls\GridViewRowPresenter.cs (2)
616cell.VerticalAlignment = parent.VerticalContentAlignment; 658cell.VerticalAlignment = parent.VerticalContentAlignment;
System\Windows\Controls\TabControl.cs (1)
568scp.VerticalAlignment = tabItem.VerticalContentAlignment;
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
334VerticalAlignment = VerticalAlignment.Center;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
309childFrameworkElement.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)
4629if (VerticalAlignment != VerticalAlignment.Stretch) 4821VerticalAlignment va = VerticalAlignment;