4 instantiations of MarkupEventInfo
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1050MarkupEventInfo mei = new MarkupEventInfo( xamlClrEventNode.Value, // Event handler string
MS\Internal\MarkupCompiler\ParserExtension.cs (3)
309_events.Add(new MarkupCompiler.MarkupEventInfo(xamlUnknownAttributeNode.Value, 584_events.Add(new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value, 600MarkupCompiler.MarkupEventInfo mei = new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value,
7 references to MarkupEventInfo
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
1050MarkupEventInfo mei = new MarkupEventInfo( xamlClrEventNode.Value, // Event handler string 1210foreach (MarkupEventInfo mei in events) 1967private CodeStatement AddCLREvent(CodeContext cc, CodeExpression ce, MarkupEventInfo mei) 1973private CodeStatement AddCLREvent(Type eventTarget, CodeContext cc, CodeExpression ce, MarkupEventInfo mei) 2030private void GenerateProtectedEventHandlerMethod(MarkupEventInfo mei) 3148internal void AddApplicationEvent(MarkupEventInfo mei)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
600MarkupCompiler.MarkupEventInfo mei = new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value,