1 write to VerticalContentAlignment
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
336VerticalContentAlignment = VerticalAlignment.Center;
4 references to VerticalContentAlignment
PresentationFramework (4)
MS\Internal\Documents\TextBoxView.cs (1)
3045switch (((Control)_host).VerticalContentAlignment)
System\Windows\Controls\GridViewRowPresenter.cs (2)
616cell.VerticalAlignment = parent.VerticalContentAlignment; 658cell.VerticalAlignment = parent.VerticalContentAlignment;
System\Windows\Controls\TabControl.cs (1)
568scp.VerticalAlignment = tabItem.VerticalContentAlignment;