3 writes to _documentWriter
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
332_documentWriter = null; 351_documentWriter = null; 387_documentWriter = docWriter;
9 references to _documentWriter
PresentationUI (9)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (9)
314if (_documentWriter != null) 316_documentWriter.CancelAsync(); 329if (_documentWriter != null) 331_documentWriter.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted); 348if (_documentWriter != null) 350_documentWriter.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled); 371if (_documentWriter != null) 388_documentWriter.WritingCompleted += new WritingCompletedEventHandler(HandlePrintCompleted); 389_documentWriter.WritingCancelled += new WritingCancelledEventHandler(HandlePrintCancelled);