2 writes to _hasFocus
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Preview\DifferenceViewerPreview.cs (2)
36_hasFocus = _viewer.VisualElement.IsKeyboardFocusWithin; 95_hasFocus = (bool)e.NewValue;
3 references to _hasFocus
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Preview\DifferenceViewerPreview.cs (3)
96if (_hasFocus) 111if (_hasFocus && _editorCommandTarget != null) 122if (_hasFocus && _editorCommandTarget != null)