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)
209
return _item >= 0 &&
_fIsContent
;