1 write to _fSubTree
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
65_fSubTree = (_parent != null);
5 references to _fSubTree
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\ProxyFragment.cs (2)
146return _fSubTree ? _parent.GetNextSibling (this) : null; 152return _fSubTree ? _parent.GetPreviousSibling (this) : null;
MS\Internal\AutomationProxies\ProxySimple.cs (2)
127if (_fSubTree && !IsHwndElement()) 147int idLen = ( _fSubTree && !IsHwndElement() ) ? 3 : 2;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
241if (_fSubTree)