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