5 references to Bottom
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
3036case VerticalAlignment.Bottom:
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
364case VerticalAlignment.Bottom:
src\Framework\System\Windows\FrameworkElement.cs (2)
3808|| va == VerticalAlignment.Bottom 4863else if (va == VerticalAlignment.Bottom)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
1107this.TopSpacerWrapper.Spacer = CreateAndInitializeSpacer(VerticalAlignment.Bottom);