22 writes to _fIsContent
UIAutomationClientSideProviders (22)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
40_fIsContent = IsTopLevelWindow();
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
48_fIsContent = !IsInsideOfCombo();
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
35_fIsContent = !_parentedByCombo;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
39_fIsContent = false; 1179_fIsContent = false;
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
27_fIsContent = false;
MS\Internal\AutomationProxies\WindowsRebar.cs (3)
29_fIsContent = false; 261_fIsContent = false; 484_fIsContent = false;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
41_fIsContent = false;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
364_fIsContent = false;
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
31_fIsContent = false;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
36_fIsContent = false; 372_fIsContent = false;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
47_fIsContent = IsValidControl(_hwnd); 908_fIsContent = !string.IsNullOrEmpty(GetName(_hwnd, _item, true));
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
39_fIsContent = false; 251_fIsContent = false;
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
32_fIsContent = false; 399_fIsContent = _cControlType != ControlType.Separator;
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
36_fIsContent = !IsInsideOfTab(); 424_fIsContent = false;
1 reference to _fIsContent
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
193return _item >= 0 && _fIsContent;