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