2 writes to _isEnabled
PresentationFramework (2)
System\Windows\Annotations\AnnotationService.cs (2)
177
_isEnabled
= true;
273
_isEnabled
= false;
8 references to _isEnabled
PresentationFramework (8)
System\Windows\Annotations\AnnotationService.cs (8)
165
if (
_isEnabled
)
225
if (!
_isEnabled
)
358
if (!
_isEnabled
)
393
if (!
_isEnabled
)
427
if (!
_isEnabled
)
487
return
_isEnabled
;
742
Invariant.Assert(
_isEnabled
, "Service was disabled before attach operation executed.");
959
if (!
_isEnabled
)