1 write to _hwndParent
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1140
_hwndParent
= hwndParent;
6 references to _hwndParent
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
126
return new DestroyedMenuItem(hwndMenu, idChild, parentInfo.
_hwndParent
);
973
if (SafeNativeMethods.IsWindowVisible (parentInfo.
_hwndParent
))
979
menu = CreateSystemMenu (parentInfo.
_hwndParent
, null);
983
menu = (WindowsMenu) WindowsMenu.Create (parentInfo.
_hwndParent
, 0);
1000
hwnd = parentInfo.
_hwndParent
;
1014
menu = CreateSystemMenu(parentInfo.
_hwndParent
, null);