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