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