2 writes to _printingState
PresentationFramework (2)
System\Windows\Controls\SinglePageViewer.cs (2)
668
_printingState
= new FlowDocumentPrintingState
1115
_printingState
= null;
12 references to _printingState
PresentationFramework (12)
System\Windows\Controls\SinglePageViewer.cs (12)
654
if (
_printingState
!= null)
725
if (
_printingState
!= null)
727
_printingState
.XpsDocumentWriter.CancelAsync();
940
get { return (
_printingState
!= null); }
962
if (this.Document != null &&
_printingState
== null)
1089
if (
_printingState
!= null)
1099
if (
_printingState
.IsSelectionEnabled)
1108
_printingState
.XpsDocumentWriter.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted);
1109
_printingState
.XpsDocumentWriter.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled);
1112
((FlowDocument)Document).PagePadding =
_printingState
.PagePadding;
1113
Document.DocumentPaginator.PageSize =
_printingState
.PageSize;
1350
if (fdpv.
_printingState
!= null)