1 write to _hwndParent
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1144_hwndParent = hwndParent;
6 references to _hwndParent
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
130return new DestroyedMenuItem(hwndMenu, idChild, parentInfo._hwndParent); 977if (SafeNativeMethods.IsWindowVisible (parentInfo._hwndParent)) 983menu = CreateSystemMenu (parentInfo._hwndParent, null); 987menu = (WindowsMenu) WindowsMenu.Create (parentInfo._hwndParent, 0); 1004hwnd = parentInfo._hwndParent; 1018menu = CreateSystemMenu(parentInfo._hwndParent, null);