1 write to _acc
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
49
_acc
= acc;
6 references to _acc
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsButton.cs (6)
182
if (wtv.
_acc
!= null)
186
if (!wtv.
_acc
.HasState(AccessibleState.Checked))
493
if (
_acc
== null)
551
_acc
.DoDefaultAction();
642
if (
_acc
!= null)
644
AccessibleState state =
_acc
.State;