2 writes to _printingState
PresentationFramework (2)
System\Windows\Controls\SinglePageViewer.cs (2)
655
_printingState
= new FlowDocumentPrintingState
1102
_printingState
= null;
12 references to _printingState
PresentationFramework (12)
System\Windows\Controls\SinglePageViewer.cs (12)
641
if (
_printingState
!= null)
712
if (
_printingState
!= null)
714
_printingState
.XpsDocumentWriter.CancelAsync();
927
get { return (
_printingState
!= null); }
949
if (this.Document != null &&
_printingState
== null)
1076
if (
_printingState
!= null)
1086
if (
_printingState
.IsSelectionEnabled)
1095
_printingState
.XpsDocumentWriter.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted);
1096
_printingState
.XpsDocumentWriter.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled);
1099
((FlowDocument)Document).PagePadding =
_printingState
.PagePadding;
1100
Document.DocumentPaginator.PageSize =
_printingState
.PageSize;
1337
if (fdpv.
_printingState
!= null)