1 write to _hwnd
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
59_hwnd = hwnd;
30 references to _hwnd
UIAutomationClientSideProviders (30)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (30)
124return Wrap(acc, _hwnd, null /*unknown parent*/, _knownRoot, RootStatus.Unknown); 228Debug.Assert(_hwnd == UnsafeNativeMethods.WindowFromPhysicalPoint((int)x, (int)y)); 284MSAAEventDispatcher.Dispatcher.AdviseEventAdded(_hwnd, eventId, properties); 302MSAAEventDispatcher.Dispatcher.AdviseEventRemoved(_hwnd, eventId, properties); 367string className = Misc.GetClassName(_hwnd); 459Misc.SetFocus(_hwnd); 517return IsRoot ? AutomationInteropProvider.HostProviderFromHandle(_hwnd) : null; 581rawEPS[i] = Wrap(accessibles[i], _hwnd, this/*parent*/, _knownRoot, RootStatus.NotRoot); 618if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 623Misc.SetFocus(_hwnd); 632if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 637Misc.SetFocus(_hwnd); 646if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 651Misc.SetFocus(_hwnd); 688if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 746if (siblingAcc != null && siblingAcc.InSameHwnd(_hwnd)) 748rval = Wrap(siblingAcc, _hwnd, _parent, _knownRoot, RootStatus.NotRoot); 772if (siblingAcc != null && siblingAcc.InSameHwnd(_hwnd)) 774rval = Wrap(siblingAcc, _hwnd, _parent, _knownRoot, RootStatus.NotRoot); 795if (childAcc != null && childAcc.InSameHwnd(_hwnd)) 797rval = Wrap(childAcc, _hwnd, this, _knownRoot, RootStatus.NotRoot); 817if (childAcc != null && childAcc.InSameHwnd(_hwnd)) 819rval = Wrap(childAcc, _hwnd, this, _knownRoot, RootStatus.NotRoot); 926Misc.GetWindowThreadProcessId(_hwnd, out pid); 1081Debug.Assert(_hwnd != IntPtr.Zero); 1084_knownRoot = (MsaaNativeProvider)Create(_hwnd, NativeMethods.CHILD_SELF, NativeMethods.OBJID_CLIENT); 1148_parent = Wrap(GetParent(), _hwnd, null/*grandparent unknown*/, _knownRoot, RootStatus.Unknown); 1176MsaaNativeProvider child = Wrap(childAcc, _hwnd, this, _knownRoot, RootStatus.NotRoot); 1196if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 1203Misc.SetFocus(_hwnd);