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)
306return _fIsKeyboardFocusable; 311return _fIsKeyboardFocusable;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
220return _fIsKeyboardFocusable;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
82_fIsKeyboardFocusable = parent._fIsKeyboardFocusable;