3 writes to _events
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\ParserExtension.cs (3)
305
_events
= new ArrayList();
580
_events
= new ArrayList();
684
_events
= null;
7 references to _events
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\ParserExtension.cs (7)
304
if (
_events
== null)
307
_events
.Add(new MarkupCompiler.MarkupEventInfo(xamlUnknownAttributeNode.Value,
579
if (
_events
== null)
582
_events
.Add(new MarkupCompiler.MarkupEventInfo(xamlClrEventNode.Value,
677
_compiler.ConnectNameAndEvents(_name,
_events
, _connectionId);
681
if (
_events
!= null)
683
_events
.Clear();