Implemented interface member:
event
TypesChanged
System.Workflow.ComponentModel.Compiler.ITypeProvider.TypesChanged
16 references to TypesChanged
System.Workflow.ComponentModel (16)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (16)
48
if (this.
TypesChanged
!= null)
49
FireEventsNoThrow(this.
TypesChanged
, new object[] { this, EventArgs.Empty });
62
if (this.
TypesChanged
!= null)
63
FireEventsNoThrow(this.
TypesChanged
, new object[] { this, EventArgs.Empty });
84
if (this.
TypesChanged
!= null)
85
FireEventsNoThrow(this.
TypesChanged
, new object[] { this, EventArgs.Empty });
103
if (this.
TypesChanged
!= null)
104
FireEventsNoThrow(this.
TypesChanged
, new object[] { this, EventArgs.Empty });
129
if (this.
TypesChanged
!= null)
130
FireEventsNoThrow(this.
TypesChanged
, new object[] { this, EventArgs.Empty });
147
if (this.
TypesChanged
!= null)
148
FireEventsNoThrow(this.
TypesChanged
, new object[] { this, EventArgs.Empty });
175
if (this.
TypesChanged
!= null)
176
FireEventsNoThrow(this.
TypesChanged
, new object[] { this, EventArgs.Empty });
190
if (this.
TypesChanged
!= null)
191
FireEventsNoThrow(this.
TypesChanged
, new object[] { this, EventArgs.Empty });