2 writes to _isEnabled
PresentationFramework (2)
System\Windows\Annotations\AnnotationService.cs (2)
176_isEnabled = true; 269_isEnabled = false;
8 references to _isEnabled
PresentationFramework (8)
System\Windows\Annotations\AnnotationService.cs (8)
164if (_isEnabled) 224if (!_isEnabled) 354if (!_isEnabled) 389if (!_isEnabled) 423if (!_isEnabled) 483return _isEnabled; 738Invariant.Assert(_isEnabled, "Service was disabled before attach operation executed."); 955if (!_isEnabled)