2 writes to VerticalContentAlignment
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
258VerticalContentAlignment = VerticalAlignment.Top,
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
336VerticalContentAlignment = VerticalAlignment.Center;
4 references to VerticalContentAlignment
PresentationFramework (4)
MS\Internal\Documents\TextBoxView.cs (1)
3005switch (((Control)_host).VerticalContentAlignment)
System\Windows\Controls\GridViewRowPresenter.cs (2)
619cell.VerticalAlignment = parent.VerticalContentAlignment; 661cell.VerticalAlignment = parent.VerticalContentAlignment;
System\Windows\Controls\TabControl.cs (1)
559scp.VerticalAlignment = tabItem.VerticalContentAlignment;