2 writes to _printStarted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
433add { _printStarted += value; } 434remove { _printStarted -= value; }
2 references to _printStarted
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
160if (_printStarted != null && IsPrinting) 162_printStarted(this, EventArgs.Empty);