3 writes to _documentWriter
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
317
_documentWriter
= null;
336
_documentWriter
= null;
372
_documentWriter
= docWriter;
8 references to _documentWriter
PresentationUI (8)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (8)
302
_documentWriter
?.CancelAsync();
314
if (
_documentWriter
!= null)
316
_documentWriter
.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted);
333
if (
_documentWriter
!= null)
335
_documentWriter
.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled);
356
if (
_documentWriter
!= null)
373
_documentWriter
.WritingCompleted += new WritingCompletedEventHandler(HandlePrintCompleted);
374
_documentWriter
.WritingCancelled += new WritingCancelledEventHandler(HandlePrintCancelled);