22 writes to _fIsContent
UIAutomationClientsideProviders (22)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
54_fIsContent = IsTopLevelWindow();
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
63_fIsContent = !IsInsideOfCombo();
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
48_fIsContent = !_parentedByCombo;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
56_fIsContent = false; 1198_fIsContent = false;
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
38_fIsContent = false;
MS\Internal\AutomationProxies\WindowsRebar.cs (3)
44_fIsContent = false; 278_fIsContent = false; 499_fIsContent = false;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
51_fIsContent = false;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
381_fIsContent = false;
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
42_fIsContent = false;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
50_fIsContent = false; 388_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)
52_fIsContent = false; 264_fIsContent = false;
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
43_fIsContent = false; 414_fIsContent = _cControlType != ControlType.Separator;
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
50_fIsContent = !IsInsideOfTab(); 445_fIsContent = false;
1 reference to _fIsContent
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
209return _item >= 0 && _fIsContent;