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)
93if (_acc != null) 99accChild = Accessible.GetFullAccessibleChildByIndex(_acc, index); 298if (_acc != null) 300Accessible accChild = _acc.FirstChild; 303for (int i = 0; accChild != null; i++, accChild = accChild.NextSibling(_acc)) 335if (_acc == null) 341return _acc.ChildCount;