4 references to Suspended
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (2)
340
if (
Suspended
!= null)
342
Suspended
(this, EventArgs.Empty);
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (2)
366
_formatter.
Suspended
+= new EventHandler(HandleFormatterSuspended);
390
_formatter.
Suspended
-= new EventHandler(HandleFormatterSuspended);