3 writes to _events
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\ParserExtension.cs (3)
307
_events
= new ArrayList();
582
_events
= new ArrayList();
686
_events
= null;
7 references to _events
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\ParserExtension.cs (7)
306
if (
_events
== null)
309
_events
.Add(new MarkupCompiler.MarkupEventInfo(xamlUnknownAttributeNode.Value,
581
if (
_events
== null)
584
_events
.Add(new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value,
679
_compiler.ConnectNameAndEvents(_name,
_events
, _connectionId);
683
if (
_events
!= null)
685
_events
.Clear();