2 writes to _isEnabled
PresentationFramework (2)
System\Windows\Annotations\AnnotationService.cs (2)
176
_isEnabled
= true;
266
_isEnabled
= false;
8 references to _isEnabled
PresentationFramework (8)
System\Windows\Annotations\AnnotationService.cs (8)
164
if (
_isEnabled
)
224
if (!
_isEnabled
)
351
if (!
_isEnabled
)
386
if (!
_isEnabled
)
420
if (!
_isEnabled
)
480
return
_isEnabled
;
735
Invariant.Assert(
_isEnabled
, "Service was disabled before attach operation executed.");
948
if (!
_isEnabled
)