23 writes to _fIsKeyboardFocusable
UIAutomationClientSideProviders (23)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
39
_fIsKeyboardFocusable
= true;
334
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsButton.cs (2)
40
_fIsKeyboardFocusable
= true;
74
_fIsKeyboardFocusable
= false;
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
53
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
47
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
54
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
37
_fIsKeyboardFocusable
= true;
312
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
38
_fIsKeyboardFocusable
= true;
674
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
84
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
46
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
48
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
46
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
46
_fIsKeyboardFocusable
= IsStandAlone();
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
76
_fIsKeyboardFocusable
= parent._fIsKeyboardFocusable;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
34
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
913
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
410
_fIsKeyboardFocusable
= (bool)parent.GetElementProperty(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
47
_fIsKeyboardFocusable
= true;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
36
_fIsKeyboardFocusable
= true;
733
_fIsKeyboardFocusable
= true;
4 references to _fIsKeyboardFocusable
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
299
return
_fIsKeyboardFocusable
;
304
return
_fIsKeyboardFocusable
;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
209
return
_fIsKeyboardFocusable
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
76
_fIsKeyboardFocusable = parent.
_fIsKeyboardFocusable
;