1 instantiation of Accessible
UIAutomationClient (1)
MS\Internal\Automation\Accessible.cs (1)
33return new Accessible( acc, child );
16 references to Accessible
UIAutomationClient (16)
MS\Internal\Automation\Accessible.cs (1)
24internal static Accessible Create( IntPtr hwnd, int idObject, int idChild )
MS\Internal\Automation\FocusTracker.cs (15)
78private void HandleFocusChange(IntPtr hwnd, Accessible acc, int idObject, int idChild, uint eventTime) 100if (!Accessible.IsStatic(hwnd) && !Accessible.IsComboDropdown(hwnd)) 202Accessible acc = Accessible.Create(hwnd, idObject, idChild); 278Accessible acc = Accessible.Create(hwnd, idObject, idChild); 289if (Accessible.IsComboDropdown(hwnd)) 295Accessible acc = Accessible.Create(hwnd, UnsafeNativeMethods.OBJID_CLIENT, i.ToInt32() + 1); 312if (Accessible.IsComboDropdown(hwnd)) 321Accessible acc = Accessible.Create(guiThreadInfo.hwndFocus, UnsafeNativeMethods.OBJID_CLIENT, 0); 352private Accessible _accCurrent; // the IAccessible currently being handled 353private Accessible _accLastBeforeMenu; // the last IAccessible before a menu got focus