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