1 write to _fSubTree
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
73_fSubTree = (_parent != null);
5 references to _fSubTree
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\ProxyFragment.cs (2)
149return _fSubTree ? _parent.GetNextSibling (this) : null; 155return _fSubTree ? _parent.GetPreviousSibling (this) : null;
MS\Internal\AutomationProxies\ProxySimple.cs (2)
135if (_fSubTree && !IsHwndElement()) 155int idLen = ( _fSubTree && !IsHwndElement() ) ? 3 : 2;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
247if (_fSubTree)