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