12 references to GetParent
System.Windows.Forms (12)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1810HWND hWndParent = PInvoke.GetParent(_control);
System\Windows\Forms\Application.ParkingWindow.cs (1)
128PInvoke.GetParent(handle) != HWND,
System\Windows\Forms\Control.cs (7)
2440HWND parentHandle = PInvoke.GetParent(this); 9831PInvoke.GetParent(topMostParent).IsNull ? PInvokeCore.WM_CHANGEUISTATE : PInvokeCore.WM_UPDATEUISTATE, 9974HWND parentHandle = PInvoke.GetParent(this); 10995HWND parentHandle = PInvoke.GetParent(this); 11595PInvokeCore.MapWindowPoints(HWND.Null, PInvoke.GetParent(this), ref rect); 11725HWND parentHandle = PInvoke.GetParent(this); 12982&& PInvoke.GetParent(this) == _parent.InternalHandle
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3376HWND hWndParent = PInvoke.GetParent(this);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1150containerControl = FromHandle(PInvoke.GetParent(this)) as ContainerControl;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
221*phwnd = PInvoke.GetParent(Host);