4 references to Suspended
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (2)
340if (Suspended != null) 342Suspended(this, EventArgs.Empty);
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (2)
366_formatter.Suspended += new EventHandler(HandleFormatterSuspended); 390_formatter.Suspended -= new EventHandler(HandleFormatterSuspended);