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