2 writes to _isEnabled
PresentationFramework (2)
System\Windows\Annotations\AnnotationService.cs (2)
190
_isEnabled
= true;
286
_isEnabled
= false;
8 references to _isEnabled
PresentationFramework (8)
System\Windows\Annotations\AnnotationService.cs (8)
178
if (
_isEnabled
)
238
if (!
_isEnabled
)
371
if (!
_isEnabled
)
406
if (!
_isEnabled
)
440
if (!
_isEnabled
)
500
return
_isEnabled
;
759
Invariant.Assert(
_isEnabled
, "Service was disabled before attach operation executed.");
976
if (!
_isEnabled
)