4 instantiations of MarkupEventInfo
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1046
MarkupEventInfo 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,
598
MarkupCompiler.MarkupEventInfo mei = new MarkupCompiler.
MarkupEventInfo
(xamlClrEventNode.Value,
7 references to MarkupEventInfo
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
1046
MarkupEventInfo
mei = new MarkupEventInfo( xamlClrEventNode.Value, // Event handler string
1206
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)
3144
internal void AddApplicationEvent(
MarkupEventInfo
mei)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
598
MarkupCompiler.
MarkupEventInfo
mei = new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value,