4 references to Suspended
PresentationFramework (4)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
332if (Suspended != null) 334Suspended(this, EventArgs.Empty);
MS\Internal\Documents\FlowDocumentView.cs (2)
359_formatter.Suspended += new EventHandler(HandleFormatterSuspended); 383_formatter.Suspended -= new EventHandler(HandleFormatterSuspended);