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