2 writes to XpsDocumentWriter
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
563
_printingState.
XpsDocumentWriter
= docWriter;
System\Windows\Controls\SinglePageViewer.cs (1)
672
_printingState.
XpsDocumentWriter
= docWriter;
6 references to XpsDocumentWriter
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
621
_printingState.
XpsDocumentWriter
.CancelAsync();
1075
_printingState.
XpsDocumentWriter
.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted);
1076
_printingState.
XpsDocumentWriter
.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled);
System\Windows\Controls\SinglePageViewer.cs (3)
728
_printingState.
XpsDocumentWriter
.CancelAsync();
1109
_printingState.
XpsDocumentWriter
.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted);
1110
_printingState.
XpsDocumentWriter
.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled);