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)
178if (_isEnabled) 238if (!_isEnabled) 371if (!_isEnabled) 406if (!_isEnabled) 440if (!_isEnabled) 500return _isEnabled; 759Invariant.Assert(_isEnabled, "Service was disabled before attach operation executed."); 976if (!_isEnabled)