19 instantiations of CodeEventReferenceExpression
System (4)
System.Data (7)
fx\src\data\System\Data\CodeGen\datacache.cs (7)
1036constructor.Statements.Add(new System.CodeDom.CodeAttachEventStatement(new CodeEventReferenceExpression(Property(This(),"Tables"),"CollectionChanged"),Variable("schemaChangedHandler")));
1037constructor.Statements.Add(new System.CodeDom.CodeAttachEventStatement(new CodeEventReferenceExpression(Property(This(),"Relations"),"CollectionChanged"),Variable("schemaChangedHandler")));
1055new System.CodeDom.CodeAttachEventStatement(new CodeEventReferenceExpression(Property(This(),"Tables"),"CollectionChanged"),Variable("schemaChangedHandler1")) ,
1056new System.CodeDom.CodeAttachEventStatement(new CodeEventReferenceExpression(Property(This(),"Relations"),"CollectionChanged"),Variable("schemaChangedHandler1")),
1100constructor.Statements.Add(new System.CodeDom.CodeAttachEventStatement(new CodeEventReferenceExpression(Property(This(),"Tables"),"CollectionChanged"),Variable("schemaChangedHandler")));
1101constructor.Statements.Add(new System.CodeDom.CodeAttachEventStatement(new CodeEventReferenceExpression(Property(This(),"Relations"),"CollectionChanged"),Variable("schemaChangedHandler")));
1442private static CodeExpression Event(string eventName) { return new CodeEventReferenceExpression(This(), eventName);}
System.Data.Services.Design (2)
System.Runtime.Serialization (1)
System.ServiceModel (1)
System.Web.Services (2)
System.Workflow.ComponentModel (1)
System.Xml (1)
22 references to CodeEventReferenceExpression
System (19)
System.ServiceModel (1)
System.Web.Services (1)
System.Workflow.ComponentModel (1)