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)
96if (_acc != null) 102accChild = Accessible.GetFullAccessibleChildByIndex(_acc, index); 301if (_acc != null) 303Accessible accChild = _acc.FirstChild; 306for (int i = 0; accChild != null; i++, accChild = accChild.NextSibling(_acc)) 338if (_acc == null) 344return _acc.ChildCount;