4 instantiations of MarkupEventInfo
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1035
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)
1035
MarkupEventInfo
mei = new MarkupEventInfo( xamlClrEventNode.Value, // Event handler string
1199
foreach (
MarkupEventInfo
mei in events)
1950
private CodeStatement AddCLREvent(CodeContext cc, CodeExpression ce,
MarkupEventInfo
mei)
1956
private CodeStatement AddCLREvent(Type eventTarget, CodeContext cc, CodeExpression ce,
MarkupEventInfo
mei)
2013
private void GenerateProtectedEventHandlerMethod(
MarkupEventInfo
mei)
3173
internal void AddApplicationEvent(
MarkupEventInfo
mei)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
597
MarkupCompiler.
MarkupEventInfo
mei = new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value,