1 instantiation of PICTDESCicon
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
4781
NativeMethods.PICTDESCicon pictdesc = new NativeMethods.
PICTDESCicon
(Icon.FromHandle(cursor.Handle));
2 references to PICTDESCicon
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4781
NativeMethods.
PICTDESCicon
pictdesc = new NativeMethods.PICTDESCicon(Icon.FromHandle(cursor.Handle));
winforms\Managed\System\WinForms\NativeMethods.cs (1)
2725
internal int cbSizeOfStruct = Marshal.SizeOf(typeof(
PICTDESCicon
));