2 writes to _isEnabled
PresentationFramework (2)
System\Windows\Annotations\AnnotationService.cs (2)
178
_isEnabled
= true;
274
_isEnabled
= false;
8 references to _isEnabled
PresentationFramework (8)
System\Windows\Annotations\AnnotationService.cs (8)
166
if (
_isEnabled
)
226
if (!
_isEnabled
)
359
if (!
_isEnabled
)
394
if (!
_isEnabled
)
428
if (!
_isEnabled
)
488
return
_isEnabled
;
747
Invariant.Assert(
_isEnabled
, "Service was disabled before attach operation executed.");
964
if (!
_isEnabled
)