1 write to _acc
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
32
_acc
= acc;
7 references to _acc
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (7)
96
if (
_acc
!= null)
102
accChild = Accessible.GetFullAccessibleChildByIndex(
_acc
, index);
301
if (
_acc
!= null)
303
Accessible accChild =
_acc
.FirstChild;
306
for (int i = 0; accChild != null; i++, accChild = accChild.NextSibling(
_acc
))
338
if (
_acc
== null)
344
return
_acc
.ChildCount;