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)
95
if (
_hasFocus
)
110
if (
_hasFocus
&& _editorCommandTarget != null)
121
if (
_hasFocus
&& _editorCommandTarget != null)