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