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