5 references to PageOrientation
PresentationFramework (2)
System\Windows\Controls\PrintDialog.cs (2)
496
if (printTicket.
PageOrientation
!= null)
498
PageOrientation 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)
1197
if (printTicket.
PageOrientation
== PageOrientation.Landscape
1198
|| printTicket.
PageOrientation
== PageOrientation.ReverseLandscape)