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)
149
return
_fSubTree
? _parent.GetNextSibling (this) : null;
155
return
_fSubTree
? _parent.GetPreviousSibling (this) : null;
MS\Internal\AutomationProxies\ProxySimple.cs (2)
135
if (
_fSubTree
&& !IsHwndElement())
155
int idLen = (
_fSubTree
&& !IsHwndElement() ) ? 3 : 2;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
247
if (
_fSubTree
)