4 references to Suspended
PresentationFramework (4)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
335if (Suspended != null) 337Suspended(this, EventArgs.Empty);
MS\Internal\Documents\FlowDocumentView.cs (2)
361_formatter.Suspended += new EventHandler(HandleFormatterSuspended); 385_formatter.Suspended -= new EventHandler(HandleFormatterSuspended);