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