2 writes to _isEnabled
PresentationFramework (2)
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
206
_isEnabled
= true;
302
_isEnabled
= false;
8 references to _isEnabled
PresentationFramework (8)
src\Framework\System\Windows\Annotations\AnnotationService.cs (8)
194
if (
_isEnabled
)
254
if (!
_isEnabled
)
391
if (!
_isEnabled
)
428
if (!
_isEnabled
)
462
if (!
_isEnabled
)
522
return
_isEnabled
;
791
Invariant.Assert(
_isEnabled
, "Service was disabled before attach operation executed.");
1011
if (!
_isEnabled
)