4 instantiations of MarkupEventInfo
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1046MarkupEventInfo mei = new MarkupEventInfo( xamlClrEventNode.Value, // Event handler string
MS\Internal\MarkupCompiler\ParserExtension.cs (3)
307_events.Add(new MarkupCompiler.MarkupEventInfo(xamlUnknownAttributeNode.Value, 582_events.Add(new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value, 598MarkupCompiler.MarkupEventInfo mei = new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value,
7 references to MarkupEventInfo
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
1046MarkupEventInfo mei = new MarkupEventInfo( xamlClrEventNode.Value, // Event handler string 1206foreach (MarkupEventInfo mei in events) 1963private CodeStatement AddCLREvent(CodeContext cc, CodeExpression ce, MarkupEventInfo mei) 1969private CodeStatement AddCLREvent(Type eventTarget, CodeContext cc, CodeExpression ce, MarkupEventInfo mei) 2026private void GenerateProtectedEventHandlerMethod(MarkupEventInfo mei) 3144internal void AddApplicationEvent(MarkupEventInfo mei)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
598MarkupCompiler.MarkupEventInfo mei = new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value,