3 writes to _events
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\ParserExtension.cs (3)
304
_events
= new ArrayList();
579
_events
= new ArrayList();
683
_events
= null;
7 references to _events
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\ParserExtension.cs (7)
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);
680
if (
_events
!= null)
682
_events
.Clear();