1 write to _accCurrent
UIAutomationClient (1)
MS\Internal\Automation\FocusTracker.cs (1)
122
_accCurrent
= acc;
3 references to _accCurrent
UIAutomationClient (3)
MS\Internal\Automation\FocusTracker.cs (3)
254
if (idObject != UnsafeNativeMethods.OBJID_CARET &&
_accCurrent
!= null)
260
int dwState =
_accCurrent
.State;
261
IntPtr hwndCur =
_accCurrent
.Window;