1 write to _acc
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
49_acc = acc;
6 references to _acc
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsButton.cs (6)
182if (wtv._acc != null) 186if (!wtv._acc.HasState(AccessibleState.Checked)) 493if (_acc == null) 551_acc.DoDefaultAction(); 642if (_acc != null) 644AccessibleState state = _acc.State;