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)
194if (_isEnabled) 254if (!_isEnabled) 391if (!_isEnabled) 428if (!_isEnabled) 462if (!_isEnabled) 522return _isEnabled; 791Invariant.Assert(_isEnabled, "Service was disabled before attach operation executed."); 1011if (!_isEnabled)