23 writes to _fIsKeyboardFocusable
UIAutomationClientSideProviders (23)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
31
_fIsKeyboardFocusable
= true;
323
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsButton.cs (2)
35
_fIsKeyboardFocusable
= true;
69
_fIsKeyboardFocusable
= false;
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
49
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
42
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
50
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
35
_fIsKeyboardFocusable
= true;
310
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
34
_fIsKeyboardFocusable
= true;
661
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
81
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
45
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
43
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
42
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
43
_fIsKeyboardFocusable
= IsStandAlone();
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
73
_fIsKeyboardFocusable
= parent._fIsKeyboardFocusable;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
31
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
910
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
404
_fIsKeyboardFocusable
= (bool)parent.GetElementProperty(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
47
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
34
_fIsKeyboardFocusable
= true;
728
_fIsKeyboardFocusable
= true;
4 references to _fIsKeyboardFocusable
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
289
return
_fIsKeyboardFocusable
;
294
return
_fIsKeyboardFocusable
;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
203
return
_fIsKeyboardFocusable
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
73
_fIsKeyboardFocusable = parent.
_fIsKeyboardFocusable
;