22 writes to _fIsContent
UIAutomationClientSideProviders (22)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
41_fIsContent = IsTopLevelWindow();
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
49_fIsContent = !IsInsideOfCombo();
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
36_fIsContent = !_parentedByCombo;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
43_fIsContent = false; 1183_fIsContent = false;
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
28_fIsContent = false;
MS\Internal\AutomationProxies\WindowsRebar.cs (3)
30_fIsContent = false; 260_fIsContent = false; 481_fIsContent = false;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
42_fIsContent = false;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
365_fIsContent = false;
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
32_fIsContent = false;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
37_fIsContent = false; 375_fIsContent = false;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
48_fIsContent = IsValidControl(_hwnd); 914_fIsContent = !string.IsNullOrEmpty(GetName(_hwnd, _item, true));
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
40_fIsContent = false; 252_fIsContent = false;
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
33_fIsContent = false; 403_fIsContent = _cControlType != ControlType.Separator;
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
37_fIsContent = !IsInsideOfTab(); 428_fIsContent = false;
1 reference to _fIsContent
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
198return _item >= 0 && _fIsContent;