1 instantiation of Accessible
UIAutomationClient (1)
MS\Internal\Automation\Accessible.cs (1)
46return new Accessible( acc, child );
16 references to Accessible
UIAutomationClient (16)
MS\Internal\Automation\Accessible.cs (1)
37internal static Accessible Create( IntPtr hwnd, int idObject, int idChild )
MS\Internal\Automation\FocusTracker.cs (15)
86private void HandleFocusChange(IntPtr hwnd, Accessible acc, int idObject, int idChild, uint eventTime) 108if (!Accessible.IsStatic(hwnd) && !Accessible.IsComboDropdown(hwnd)) 210Accessible acc = Accessible.Create(hwnd, idObject, idChild); 286Accessible acc = Accessible.Create(hwnd, idObject, idChild); 297if (Accessible.IsComboDropdown(hwnd)) 303Accessible acc = Accessible.Create(hwnd, UnsafeNativeMethods.OBJID_CLIENT, i.ToInt32() + 1); 320if (Accessible.IsComboDropdown(hwnd)) 329Accessible acc = Accessible.Create(guiThreadInfo.hwndFocus, UnsafeNativeMethods.OBJID_CLIENT, 0); 360private Accessible _accCurrent; // the IAccessible currently being handled 361private Accessible _accLastBeforeMenu; // the last IAccessible before a menu got focus