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