5 references to PageOrientation
PresentationFramework (2)
System\Windows\Controls\PrintDialog.cs (2)
506if (printTicket.PageOrientation != null) 508PageOrientation orientation = (PageOrientation)printTicket.PageOrientation;
ReachFramework (3)
PrintConfig\PrtTicket_Public_Simple.cs (1)
931/// The value to set is not one of the standard <see cref="PageOrientation"/> values.
Serialization\Manager\ReachSerializationUtils.cs (2)
1207if (printTicket.PageOrientation == PageOrientation.Landscape 1208|| printTicket.PageOrientation == PageOrientation.ReverseLandscape)