4 instantiations of MarkupEventInfo
PresentationBuildTasks (4)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1056
MarkupEventInfo mei = new
MarkupEventInfo
( xamlClrEventNode.Value, // Event handler string
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (3)
315
_events.Add(new MarkupCompiler.
MarkupEventInfo
(xamlUnknownAttributeNode.Value,
590
_events.Add(new MarkupCompiler.
MarkupEventInfo
(xamlClrEventNode.Value,
606
MarkupCompiler.MarkupEventInfo mei = new MarkupCompiler.
MarkupEventInfo
(xamlClrEventNode.Value,
7 references to MarkupEventInfo
PresentationBuildTasks (7)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (6)
1056
MarkupEventInfo
mei = new MarkupEventInfo( xamlClrEventNode.Value, // Event handler string
1216
foreach (
MarkupEventInfo
mei in events)
1914
private CodeStatement AddCLREvent(CodeContext cc, CodeExpression ce,
MarkupEventInfo
mei)
1920
private CodeStatement AddCLREvent(Type eventTarget, CodeContext cc, CodeExpression ce,
MarkupEventInfo
mei)
1977
private void GenerateProtectedEventHandlerMethod(
MarkupEventInfo
mei)
3073
internal void AddApplicationEvent(
MarkupEventInfo
mei)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
606
MarkupCompiler.
MarkupEventInfo
mei = new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value,