1 write to _acc
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
42_acc = acc;
6 references to _acc
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsButton.cs (6)
171if (wtv._acc != null) 175if (!wtv._acc.HasState(AccessibleState.Checked)) 482if (_acc == null) 540_acc.DoDefaultAction(); 631if (_acc != null) 633AccessibleState state = _acc.State;