1 write to _acc
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
37_acc = acc;
6 references to _acc
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsButton.cs (6)
166if (wtv._acc != null) 170if (!wtv._acc.HasState(AccessibleState.Checked)) 477if (_acc == null) 535_acc.DoDefaultAction(); 626if (_acc != null) 628AccessibleState state = _acc.State;