1 write to _acc
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
36
_acc
= acc;
6 references to _acc
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsButton.cs (6)
165
if (wtv.
_acc
!= null)
169
if (!wtv.
_acc
.HasState(AccessibleState.Checked))
473
if (
_acc
== null)
531
_acc
.DoDefaultAction();
622
if (
_acc
!= null)
624
AccessibleState state =
_acc
.State;