3 writes to _documentWriter
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
318
_documentWriter
= null;
337
_documentWriter
= null;
373
_documentWriter
= docWriter;
8 references to _documentWriter
PresentationUI (8)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (8)
303
_documentWriter
?.CancelAsync();
315
if (
_documentWriter
!= null)
317
_documentWriter
.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted);
334
if (
_documentWriter
!= null)
336
_documentWriter
.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled);
357
if (
_documentWriter
!= null)
374
_documentWriter
.WritingCompleted += new WritingCompletedEventHandler(HandlePrintCompleted);
375
_documentWriter
.WritingCancelled += new WritingCancelledEventHandler(HandlePrintCancelled);