23 writes to _fIsKeyboardFocusable
UIAutomationClientsideProviders (23)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
47
_fIsKeyboardFocusable
= true;
342
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsButton.cs (2)
47
_fIsKeyboardFocusable
= true;
81
_fIsKeyboardFocusable
= false;
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
61
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
55
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
64
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
45
_fIsKeyboardFocusable
= true;
327
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
46
_fIsKeyboardFocusable
= true;
682
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
91
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
48
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
55
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
54
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
53
_fIsKeyboardFocusable
= IsStandAlone();
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
82
_fIsKeyboardFocusable
= parent._fIsKeyboardFocusable;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
43
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
911
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
418
_fIsKeyboardFocusable
= (bool)parent.GetElementProperty(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
53
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
45
_fIsKeyboardFocusable
= true;
742
_fIsKeyboardFocusable
= true;
4 references to _fIsKeyboardFocusable
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
306
return
_fIsKeyboardFocusable
;
311
return
_fIsKeyboardFocusable
;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
220
return
_fIsKeyboardFocusable
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
82
_fIsKeyboardFocusable = parent.
_fIsKeyboardFocusable
;