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