1 write to _hwnd
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
55_hwnd = hwnd;
30 references to _hwnd
UIAutomationClientSideProviders (30)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (30)
120return Wrap(acc, _hwnd, null /*unknown parent*/, _knownRoot, RootStatus.Unknown); 224Debug.Assert(_hwnd == UnsafeNativeMethods.WindowFromPhysicalPoint((int)x, (int)y)); 280MSAAEventDispatcher.Dispatcher.AdviseEventAdded(_hwnd, eventId, properties); 298MSAAEventDispatcher.Dispatcher.AdviseEventRemoved(_hwnd, eventId, properties); 363string className = Misc.GetClassName(_hwnd); 455Misc.SetFocus(_hwnd); 513return IsRoot ? AutomationInteropProvider.HostProviderFromHandle(_hwnd) : null; 577rawEPS[i] = Wrap(accessibles[i], _hwnd, this/*parent*/, _knownRoot, RootStatus.NotRoot); 614if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 619Misc.SetFocus(_hwnd); 628if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 633Misc.SetFocus(_hwnd); 642if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 647Misc.SetFocus(_hwnd); 684if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 742if (siblingAcc != null && siblingAcc.InSameHwnd(_hwnd)) 744rval = Wrap(siblingAcc, _hwnd, _parent, _knownRoot, RootStatus.NotRoot); 768if (siblingAcc != null && siblingAcc.InSameHwnd(_hwnd)) 770rval = Wrap(siblingAcc, _hwnd, _parent, _knownRoot, RootStatus.NotRoot); 791if (childAcc != null && childAcc.InSameHwnd(_hwnd)) 793rval = Wrap(childAcc, _hwnd, this, _knownRoot, RootStatus.NotRoot); 813if (childAcc != null && childAcc.InSameHwnd(_hwnd)) 815rval = Wrap(childAcc, _hwnd, this, _knownRoot, RootStatus.NotRoot); 922Misc.GetWindowThreadProcessId(_hwnd, out pid); 1077Debug.Assert(_hwnd != IntPtr.Zero); 1080_knownRoot = (MsaaNativeProvider)Create(_hwnd, NativeMethods.CHILD_SELF, NativeMethods.OBJID_CLIENT); 1142_parent = Wrap(GetParent(), _hwnd, null/*grandparent unknown*/, _knownRoot, RootStatus.Unknown); 1170MsaaNativeProvider child = Wrap(childAcc, _hwnd, this, _knownRoot, RootStatus.NotRoot); 1190if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 1197Misc.SetFocus(_hwnd);