4 references to Suspended
PresentationFramework (4)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
331if (Suspended != null) 333Suspended(this, EventArgs.Empty);
MS\Internal\Documents\FlowDocumentView.cs (2)
352_formatter.Suspended += new EventHandler(HandleFormatterSuspended); 376_formatter.Suspended -= new EventHandler(HandleFormatterSuspended);