3 references to OLE_HANDLE
System.Private.Windows.Core (2)
Windows.Win32.OLE_HANDLE.g.cs (2)
33 public static explicit operator OLE_HANDLE(uint value) => new OLE_HANDLE(value); 49 public static explicit operator OLE_HANDLE(IntPtr value) => new OLE_HANDLE((uint)value.ToInt32());
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
50*pHandle = new((uint)(int)_handle);