23 writes to _fIsKeyboardFocusable
UIAutomationClientSideProviders (23)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
30
_fIsKeyboardFocusable
= true;
322
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsButton.cs (2)
34
_fIsKeyboardFocusable
= true;
68
_fIsKeyboardFocusable
= false;
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
48
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
41
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
49
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
34
_fIsKeyboardFocusable
= true;
309
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
33
_fIsKeyboardFocusable
= true;
660
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
80
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
44
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
42
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
41
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
42
_fIsKeyboardFocusable
= IsStandAlone();
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
72
_fIsKeyboardFocusable
= parent._fIsKeyboardFocusable;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
30
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
905
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
403
_fIsKeyboardFocusable
= (bool)parent.GetElementProperty(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
46
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
33
_fIsKeyboardFocusable
= true;
726
_fIsKeyboardFocusable
= true;
4 references to _fIsKeyboardFocusable
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
288
return
_fIsKeyboardFocusable
;
293
return
_fIsKeyboardFocusable
;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
202
return
_fIsKeyboardFocusable
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
72
_fIsKeyboardFocusable = parent.
_fIsKeyboardFocusable
;