23 writes to _fIsKeyboardFocusable
UIAutomationClientSideProviders (23)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
30_fIsKeyboardFocusable = true; 322_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsButton.cs (2)
34_fIsKeyboardFocusable = true; 68_fIsKeyboardFocusable = false;
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
48_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
41_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
49_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
34_fIsKeyboardFocusable = true; 309_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
33_fIsKeyboardFocusable = true; 660_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
80_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
44_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
42_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
41_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
42_fIsKeyboardFocusable = IsStandAlone();
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
72_fIsKeyboardFocusable = parent._fIsKeyboardFocusable;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
30_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
905_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
403_fIsKeyboardFocusable = (bool)parent.GetElementProperty(AutomationElement.IsKeyboardFocusableProperty);
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
46_fIsKeyboardFocusable = true;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
33_fIsKeyboardFocusable = true; 726_fIsKeyboardFocusable = true;
4 references to _fIsKeyboardFocusable
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
288return _fIsKeyboardFocusable; 293return _fIsKeyboardFocusable;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
202return _fIsKeyboardFocusable;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
72_fIsKeyboardFocusable = parent._fIsKeyboardFocusable;