1 write to VerticalContentAlignment
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
335VerticalContentAlignment = VerticalAlignment.Center;
4 references to VerticalContentAlignment
PresentationFramework (4)
MS\Internal\Documents\TextBoxView.cs (1)
2986switch (((Control)_host).VerticalContentAlignment)
System\Windows\Controls\GridViewRowPresenter.cs (2)
618cell.VerticalAlignment = parent.VerticalContentAlignment; 660cell.VerticalAlignment = parent.VerticalContentAlignment;
System\Windows\Controls\TabControl.cs (1)
558scp.VerticalAlignment = tabItem.VerticalContentAlignment;