2 writes to _isEnabled
PresentationFramework (2)
System\Windows\Annotations\AnnotationService.cs (2)
176
_isEnabled
= true;
272
_isEnabled
= false;
8 references to _isEnabled
PresentationFramework (8)
System\Windows\Annotations\AnnotationService.cs (8)
164
if (
_isEnabled
)
224
if (!
_isEnabled
)
357
if (!
_isEnabled
)
392
if (!
_isEnabled
)
426
if (!
_isEnabled
)
486
return
_isEnabled
;
741
Invariant.Assert(
_isEnabled
, "Service was disabled before attach operation executed.");
958
if (!
_isEnabled
)