1 write to _acc
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
29
_acc
= acc;
7 references to _acc
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (7)
93
if (
_acc
!= null)
99
accChild = Accessible.GetFullAccessibleChildByIndex(
_acc
, index);
298
if (
_acc
!= null)
300
Accessible accChild =
_acc
.FirstChild;
303
for (int i = 0; accChild != null; i++, accChild = accChild.NextSibling(
_acc
))
335
if (
_acc
== null)
341
return
_acc
.ChildCount;