13 references to Vertical
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (3)
2265
else if (nudgeAxis == PopupPrimaryAxis.
Vertical
)
2542
axis = PopupPrimaryAxis.
Vertical
;
2604
return PopupPrimaryAxis.
Vertical
;
System\Windows\Controls\Slider.cs (2)
925
PopupPrimaryAxis.
Vertical
)
945
PopupPrimaryAxis.
Vertical
)
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (8)
1346
logicalRightPosition = new CustomPopupPlacement(new Point(targetSize.Width, offset.Y), PopupPrimaryAxis.
Vertical
);
1347
logicalLeftPosition = new CustomPopupPlacement(new Point(-popupSize.Width - popupChildMargin, offset.Y), PopupPrimaryAxis.
Vertical
);
1351
logicalRightPosition = new CustomPopupPlacement(new Point(-targetSize.Width - popupSize.Width - popupChildMargin, offset.Y), PopupPrimaryAxis.
Vertical
);
1352
logicalLeftPosition = new CustomPopupPlacement(new Point(- popupChildMargin, offset.Y), PopupPrimaryAxis.
Vertical
);
1366
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(targetSize.Width, -topEdge), PopupPrimaryAxis.
Vertical
) };
1371
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(-targetSize.Width - popupSize.Width - popupChildMargin, -topEdge), PopupPrimaryAxis.
Vertical
) };
1379
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(-popupSize.Width - popupChildMargin, -topEdge), PopupPrimaryAxis.
Vertical
) };
1384
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(-popupChildMargin, -topEdge), PopupPrimaryAxis.
Vertical
) };