6 writes to VerticalAlignment
PresentationFramework (4)
System\Windows\Controls\DatePicker.cs (1)
1076
_calendar.
VerticalAlignment
= VerticalAlignment.Top;
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;
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
333
VerticalAlignment
= VerticalAlignment.Center;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
307
childFrameworkElement.
VerticalAlignment
= SW.VerticalAlignment.Stretch;
4 references to VerticalAlignment
PresentationFramework (4)
System\Windows\Controls\GridSplitter.cs (2)
310
else if (
VerticalAlignment
!= VerticalAlignment.Stretch)
350
switch (
VerticalAlignment
)
System\Windows\FrameworkElement.cs (2)
4616
if (
VerticalAlignment
!= VerticalAlignment.Stretch)
4810
VerticalAlignment va =
VerticalAlignment
;