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))
477
if (
_acc
== null)
535
_acc
.DoDefaultAction();
626
if (
_acc
!= null)
628
AccessibleState state =
_acc
.State;