2 writes to _printingState
PresentationFramework (2)
System\Windows\Controls\SinglePageViewer.cs (2)
667
_printingState
= new FlowDocumentPrintingState
1114
_printingState
= null;
12 references to _printingState
PresentationFramework (12)
System\Windows\Controls\SinglePageViewer.cs (12)
653
if (
_printingState
!= null)
724
if (
_printingState
!= null)
726
_printingState
.XpsDocumentWriter.CancelAsync();
939
get { return (
_printingState
!= null); }
961
if (this.Document != null &&
_printingState
== null)
1088
if (
_printingState
!= null)
1098
if (
_printingState
.IsSelectionEnabled)
1107
_printingState
.XpsDocumentWriter.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted);
1108
_printingState
.XpsDocumentWriter.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled);
1111
((FlowDocument)Document).PagePadding =
_printingState
.PagePadding;
1112
Document.DocumentPaginator.PageSize =
_printingState
.PageSize;
1349
if (fdpv.
_printingState
!= null)