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)
92if (_acc != null) 98accChild = Accessible.GetFullAccessibleChildByIndex(_acc, index); 297if (_acc != null) 299Accessible accChild = _acc.FirstChild; 302for (int i = 0; accChild != null; i++, accChild = accChild.NextSibling(_acc)) 334if (_acc == null) 340return _acc.ChildCount;