1 write to VerticalContentAlignment
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
338VerticalContentAlignment = VerticalAlignment.Center;
4 references to VerticalContentAlignment
PresentationFramework (4)
MS\Internal\Documents\TextBoxView.cs (1)
3047switch (((Control)_host).VerticalContentAlignment)
System\Windows\Controls\GridViewRowPresenter.cs (2)
620cell.VerticalAlignment = parent.VerticalContentAlignment; 662cell.VerticalAlignment = parent.VerticalContentAlignment;
System\Windows\Controls\TabControl.cs (1)
578scp.VerticalAlignment = tabItem.VerticalContentAlignment;