3 writes to serializationCompleteEventHandler
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (3)
74
this.
serializationCompleteEventHandler
= null;
81
this.
serializationCompleteEventHandler
+= value;
85
this.
serializationCompleteEventHandler
-= value;
4 references to serializationCompleteEventHandler
System.Workflow.ComponentModel (4)
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (4)
61
if (this.
serializationCompleteEventHandler
!= null)
62
this.
serializationCompleteEventHandler
(this, e);
68
if (this.
serializationCompleteEventHandler
!= null)
69
this.
serializationCompleteEventHandler
(this, EventArgs.Empty);