2 writes to _isEnabled
PresentationFramework (2)
System\Windows\Annotations\AnnotationService.cs (2)
176
_isEnabled
= true;
269
_isEnabled
= false;
8 references to _isEnabled
PresentationFramework (8)
System\Windows\Annotations\AnnotationService.cs (8)
164
if (
_isEnabled
)
224
if (!
_isEnabled
)
354
if (!
_isEnabled
)
389
if (!
_isEnabled
)
423
if (!
_isEnabled
)
483
return
_isEnabled
;
738
Invariant.Assert(
_isEnabled
, "Service was disabled before attach operation executed.");
955
if (!
_isEnabled
)