1 write to _fSubTree
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
80_fSubTree = (_parent != null);
5 references to _fSubTree
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\ProxyFragment.cs (2)
155return _fSubTree ? _parent.GetNextSibling (this) : null; 161return _fSubTree ? _parent.GetPreviousSibling (this) : null;
MS\Internal\AutomationProxies\ProxySimple.cs (2)
142if (_fSubTree && !IsHwndElement()) 162int idLen = ( _fSubTree && !IsHwndElement() ) ? 3 : 2;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
258if (_fSubTree)