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)
143
return new DestroyedMenuItem(hwndMenu, idChild, parentInfo.
_hwndParent
);
991
if (SafeNativeMethods.IsWindowVisible (parentInfo.
_hwndParent
))
997
menu = CreateSystemMenu (parentInfo.
_hwndParent
, null);
1001
menu = (WindowsMenu) WindowsMenu.Create (parentInfo.
_hwndParent
, 0);
1019
hwnd = parentInfo.
_hwndParent
;
1033
menu = CreateSystemMenu(parentInfo.
_hwndParent
, null);