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)
171
if (wtv.
_acc
!= null)
175
if (!wtv.
_acc
.HasState(AccessibleState.Checked))
482
if (
_acc
== null)
540
_acc
.DoDefaultAction();
631
if (
_acc
!= null)
633
AccessibleState state =
_acc
.State;