3 writes to _events
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (3)
313
_events
= new ArrayList();
588
_events
= new ArrayList();
692
_events
= null;
7 references to _events
PresentationBuildTasks (7)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (7)
312
if (
_events
== null)
315
_events
.Add(new MarkupCompiler.MarkupEventInfo(xamlUnknownAttributeNode.Value,
587
if (
_events
== null)
590
_events
.Add(new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value,
685
_compiler.ConnectNameAndEvents(_name,
_events
, _connectionId);
689
if (
_events
!= null)
691
_events
.Clear();