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