1 write to _hwndParent
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1159_hwndParent = hwndParent;
6 references to _hwndParent
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
143return new DestroyedMenuItem(hwndMenu, idChild, parentInfo._hwndParent); 991if (SafeNativeMethods.IsWindowVisible (parentInfo._hwndParent)) 997menu = CreateSystemMenu (parentInfo._hwndParent, null); 1001menu = (WindowsMenu) WindowsMenu.Create (parentInfo._hwndParent, 0); 1019hwnd = parentInfo._hwndParent; 1033menu = CreateSystemMenu(parentInfo._hwndParent, null);