2 writes to _hasLocalEvent
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
376
set {
_hasLocalEvent
= value; }
508
_hasLocalEvent
= false;
1 reference to _hasLocalEvent
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
375
get { return
_hasLocalEvent
; }