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