1 write to _hwnd
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
69_hwnd = hwnd;
30 references to _hwnd
UIAutomationClientsideProviders (30)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (30)
134return Wrap(acc, _hwnd, null /*unknown parent*/, _knownRoot, RootStatus.Unknown); 238Debug.Assert(_hwnd == UnsafeNativeMethods.WindowFromPhysicalPoint((int)x, (int)y)); 294MSAAEventDispatcher.Dispatcher.AdviseEventAdded(_hwnd, eventId, properties); 312MSAAEventDispatcher.Dispatcher.AdviseEventRemoved(_hwnd, eventId, properties); 377string className = Misc.GetClassName(_hwnd); 481Misc.SetFocus(_hwnd); 539return IsRoot ? AutomationInteropProvider.HostProviderFromHandle(_hwnd) : null; 603rawEPS[i] = Wrap(accessibles[i], _hwnd, this/*parent*/, _knownRoot, RootStatus.NotRoot); 640if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 645Misc.SetFocus(_hwnd); 654if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 659Misc.SetFocus(_hwnd); 668if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 673Misc.SetFocus(_hwnd); 710if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 768if (siblingAcc != null && siblingAcc.InSameHwnd(_hwnd)) 770rval = Wrap(siblingAcc, _hwnd, _parent, _knownRoot, RootStatus.NotRoot); 794if (siblingAcc != null && siblingAcc.InSameHwnd(_hwnd)) 796rval = Wrap(siblingAcc, _hwnd, _parent, _knownRoot, RootStatus.NotRoot); 817if (childAcc != null && childAcc.InSameHwnd(_hwnd)) 819rval = Wrap(childAcc, _hwnd, this, _knownRoot, RootStatus.NotRoot); 839if (childAcc != null && childAcc.InSameHwnd(_hwnd)) 841rval = Wrap(childAcc, _hwnd, this, _knownRoot, RootStatus.NotRoot); 948Misc.GetWindowThreadProcessId(_hwnd, out pid); 1110Debug.Assert(_hwnd != IntPtr.Zero); 1113_knownRoot = (MsaaNativeProvider)Create(_hwnd, NativeMethods.CHILD_SELF, NativeMethods.OBJID_CLIENT); 1177_parent = Wrap(GetParent(), _hwnd, null/*grandparent unknown*/, _knownRoot, RootStatus.Unknown); 1205MsaaNativeProvider child = Wrap(childAcc, _hwnd, this, _knownRoot, RootStatus.NotRoot); 1225if (!SafeNativeMethods.IsWindowEnabled(_hwnd)) 1232Misc.SetFocus(_hwnd);