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)
299return _fIsKeyboardFocusable; 304return _fIsKeyboardFocusable;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
209return _fIsKeyboardFocusable;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
76_fIsKeyboardFocusable = parent._fIsKeyboardFocusable;