3 writes to _documentWriter
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
321_documentWriter = null; 340_documentWriter = null; 376_documentWriter = docWriter;
9 references to _documentWriter
PresentationUI (9)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (9)
303if (_documentWriter != null) 305_documentWriter.CancelAsync(); 318if (_documentWriter != null) 320_documentWriter.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted); 337if (_documentWriter != null) 339_documentWriter.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled); 360if (_documentWriter != null) 377_documentWriter.WritingCompleted += new WritingCompletedEventHandler(HandlePrintCompleted); 378_documentWriter.WritingCancelled += new WritingCancelledEventHandler(HandlePrintCancelled);