1 write to _acc
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
39_acc = acc;
7 references to _acc
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (7)
107if (_acc != null) 113accChild = Accessible.GetFullAccessibleChildByIndex(_acc, index); 312if (_acc != null) 314Accessible accChild = _acc.FirstChild; 317for (int i = 0; accChild != null; i++, accChild = accChild.NextSibling(_acc)) 349if (_acc == null) 355return _acc.ChildCount;