1 write to _acc
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
28
_acc
= acc;
7 references to _acc
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (7)
92
if (
_acc
!= null)
98
accChild = Accessible.GetFullAccessibleChildByIndex(
_acc
, index);
297
if (
_acc
!= null)
299
Accessible accChild =
_acc
.FirstChild;
302
for (int i = 0; accChild != null; i++, accChild = accChild.NextSibling(
_acc
))
334
if (
_acc
== null)
340
return
_acc
.ChildCount;