3 writes to _events
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\ParserExtension.cs (3)
304
_events
= new ArrayList();
579
_events
= new ArrayList();
680
_events
= null;
6 references to _events
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\ParserExtension.cs (6)
303
if (
_events
== null)
306
_events
.Add(new MarkupCompiler.MarkupEventInfo(xamlUnknownAttributeNode.Value,
578
if (
_events
== null)
581
_events
.Add(new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value,
676
_compiler.ConnectNameAndEvents(_name,
_events
, _connectionId);
679
_events
?.Clear();