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)) 474if (_acc == null) 532_acc.DoDefaultAction(); 623if (_acc != null) 625AccessibleState state = _acc.State;