1 instantiation of Accessible
UIAutomationClient (1)
MS\Internal\Automation\Accessible.cs (1)
32return new Accessible( acc, child );
16 references to Accessible
UIAutomationClient (16)
MS\Internal\Automation\Accessible.cs (1)
23internal static Accessible Create( IntPtr hwnd, int idObject, int idChild )
MS\Internal\Automation\FocusTracker.cs (15)
77private void HandleFocusChange(IntPtr hwnd, Accessible acc, int idObject, int idChild, uint eventTime) 99if (!Accessible.IsStatic(hwnd) && !Accessible.IsComboDropdown(hwnd)) 201Accessible acc = Accessible.Create(hwnd, idObject, idChild); 277Accessible acc = Accessible.Create(hwnd, idObject, idChild); 288if (Accessible.IsComboDropdown(hwnd)) 294Accessible acc = Accessible.Create(hwnd, UnsafeNativeMethods.OBJID_CLIENT, i.ToInt32() + 1); 311if (Accessible.IsComboDropdown(hwnd)) 320Accessible acc = Accessible.Create(guiThreadInfo.hwndFocus, UnsafeNativeMethods.OBJID_CLIENT, 0); 351private Accessible _accCurrent; // the IAccessible currently being handled 352private Accessible _accLastBeforeMenu; // the last IAccessible before a menu got focus