13 references to Vertical
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (3)
2260
else if (nudgeAxis == PopupPrimaryAxis.
Vertical
)
2537
axis = PopupPrimaryAxis.
Vertical
;
2599
return PopupPrimaryAxis.
Vertical
;
System\Windows\Controls\Slider.cs (2)
953
PopupPrimaryAxis.
Vertical
)
973
PopupPrimaryAxis.
Vertical
)
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (8)
1362
logicalRightPosition = new CustomPopupPlacement(new Point(targetSize.Width, offset.Y), PopupPrimaryAxis.
Vertical
);
1363
logicalLeftPosition = new CustomPopupPlacement(new Point(-popupSize.Width - popupChildMargin, offset.Y), PopupPrimaryAxis.
Vertical
);
1367
logicalRightPosition = new CustomPopupPlacement(new Point(-targetSize.Width - popupSize.Width - popupChildMargin, offset.Y), PopupPrimaryAxis.
Vertical
);
1368
logicalLeftPosition = new CustomPopupPlacement(new Point(- popupChildMargin, offset.Y), PopupPrimaryAxis.
Vertical
);
1382
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(targetSize.Width, -topEdge), PopupPrimaryAxis.
Vertical
) };
1387
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(-targetSize.Width - popupSize.Width - popupChildMargin, -topEdge), PopupPrimaryAxis.
Vertical
) };
1395
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(-popupSize.Width - popupChildMargin, -topEdge), PopupPrimaryAxis.
Vertical
) };
1400
return new CustomPopupPlacement[] { new CustomPopupPlacement(new Point(-popupChildMargin, -topEdge), PopupPrimaryAxis.
Vertical
) };