1 implementation of Hwnd
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
263
public HWND
Hwnd
=> GetControl()?.HWND ?? HWND.Null;
1 reference to Hwnd
System.Windows.Forms.Primitives (1)
System\Windows\Forms\IExtender.cs (1)
202
=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.
Hwnd
);