5 references to Win32SetParentFailed
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
857
throw new Win32Exception(Marshal.GetLastWin32Error(), SR.
Win32SetParentFailed
);
System\Windows\Forms\Control.cs (4)
7070
throw new Win32Exception(Marshal.GetLastWin32Error(), SR.
Win32SetParentFailed
);
9342
throw new Win32Exception(Marshal.GetLastWin32Error(), SR.
Win32SetParentFailed
);
10294
throw new Win32Exception(Marshal.GetLastWin32Error(), SR.
Win32SetParentFailed
);
10310
throw new Win32Exception(Marshal.GetLastWin32Error(), SR.
Win32SetParentFailed
);