2 writes to _hasFocus
Microsoft.CodeAnalysis.EditorFeatures (2)
Preview\DifferenceViewerPreview.cs (2)
35_hasFocus = _viewer.VisualElement.IsKeyboardFocusWithin; 94_hasFocus = (bool)e.NewValue;
3 references to _hasFocus
Microsoft.CodeAnalysis.EditorFeatures (3)
Preview\DifferenceViewerPreview.cs (3)
95if (_hasFocus) 110if (_hasFocus && _editorCommandTarget != null) 121if (_hasFocus && _editorCommandTarget != null)