1 write to _acc
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
36_acc = acc;
6 references to _acc
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsButton.cs (6)
165if (wtv._acc != null) 169if (!wtv._acc.HasState(AccessibleState.Checked)) 473if (_acc == null) 531_acc.DoDefaultAction(); 622if (_acc != null) 624AccessibleState state = _acc.State;