13 references to Vertical
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (3)
2259
else if (nudgeAxis == PopupPrimaryAxis.
Vertical
)
2536
axis = PopupPrimaryAxis.
Vertical
;
2598
return PopupPrimaryAxis.
Vertical
;
System\Windows\Controls\Slider.cs (2)
922
PopupPrimaryAxis.
Vertical
)
942
PopupPrimaryAxis.
Vertical
)
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (8)
1337
logicalRightPosition = new CustomPopupPlacement(new Point(targetSize.Width, offset.Y), PopupPrimaryAxis.
Vertical
);
1338
logicalLeftPosition = new CustomPopupPlacement(new Point(-popupSize.Width - popupChildMargin, offset.Y), PopupPrimaryAxis.
Vertical
);
1342
logicalRightPosition = new CustomPopupPlacement(new Point(-targetSize.Width - popupSize.Width - popupChildMargin, offset.Y), PopupPrimaryAxis.
Vertical
);
1343
logicalLeftPosition = new CustomPopupPlacement(new Point(- popupChildMargin, offset.Y), PopupPrimaryAxis.
Vertical
);
1357
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(targetSize.Width, -topEdge), PopupPrimaryAxis.
Vertical
) };
1362
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(-targetSize.Width - popupSize.Width - popupChildMargin, -topEdge), PopupPrimaryAxis.
Vertical
) };
1370
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(-popupSize.Width - popupChildMargin, -topEdge), PopupPrimaryAxis.
Vertical
) };
1375
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(-popupChildMargin, -topEdge), PopupPrimaryAxis.
Vertical
) };