39 references to ToPointer
Microsoft.AspNetCore.Server.HttpSys (4)
Windows.Win32.HANDLE.g.cs (1)
59 public static explicit operator HANDLE(UIntPtr value) => new HANDLE((void*)value.ToPointer());
Windows.Win32.HLOCAL.g.cs (1)
59 public static explicit operator HLOCAL(UIntPtr value) => new HLOCAL((void*)value.ToPointer());
Windows.Win32.PSECURITY_DESCRIPTOR.g.cs (1)
59 public static explicit operator PSECURITY_DESCRIPTOR(UIntPtr value) => new PSECURITY_DESCRIPTOR((void*)value.ToPointer());
Windows.Win32.PSID.g.cs (1)
59 public static explicit operator PSID(UIntPtr value) => new PSID((void*)value.ToPointer());
Microsoft.AspNetCore.Server.IIS (1)
Windows.Win32.HANDLE.g.cs (1)
59 public static explicit operator HANDLE(UIntPtr value) => new HANDLE((void*)value.ToPointer());
Microsoft.AspNetCore.Shared.Tests (2)
Windows.Win32.HANDLE.g.cs (1)
59 public static explicit operator HANDLE(UIntPtr value) => new HANDLE((void*)value.ToPointer());
Windows.Win32.PSECURITY_DESCRIPTOR.g.cs (1)
59 public static explicit operator PSECURITY_DESCRIPTOR(UIntPtr value) => new PSECURITY_DESCRIPTOR((void*)value.ToPointer());
System.Private.Windows.Core (21)
Windows.Win32.BSTR.g.cs (1)
56 public static explicit operator BSTR(UIntPtr value) => new BSTR((char*)value.ToPointer());
Windows.Win32.HANDLE.g.cs (1)
59 public static explicit operator HANDLE(UIntPtr value) => new HANDLE((void*)value.ToPointer());
Windows.Win32.HBITMAP.g.cs (1)
59 public static explicit operator HBITMAP(UIntPtr value) => new HBITMAP((void*)value.ToPointer());
Windows.Win32.HBRUSH.g.cs (1)
59 public static explicit operator HBRUSH(UIntPtr value) => new HBRUSH((void*)value.ToPointer());
Windows.Win32.HCURSOR.g.cs (1)
59 public static explicit operator HCURSOR(UIntPtr value) => new HCURSOR((void*)value.ToPointer());
Windows.Win32.HDC.g.cs (1)
59 public static explicit operator HDC(UIntPtr value) => new HDC((void*)value.ToPointer());
Windows.Win32.HDROP.g.cs (1)
59 public static explicit operator HDROP(UIntPtr value) => new HDROP((void*)value.ToPointer());
Windows.Win32.HENHMETAFILE.g.cs (1)
59 public static explicit operator HENHMETAFILE(UIntPtr value) => new HENHMETAFILE((void*)value.ToPointer());
Windows.Win32.HFONT.g.cs (1)
59 public static explicit operator HFONT(UIntPtr value) => new HFONT((void*)value.ToPointer());
Windows.Win32.HGDIOBJ.g.cs (1)
59 public static explicit operator HGDIOBJ(UIntPtr value) => new HGDIOBJ((void*)value.ToPointer());
Windows.Win32.HGLOBAL.g.cs (1)
59 public static explicit operator HGLOBAL(UIntPtr value) => new HGLOBAL((void*)value.ToPointer());
Windows.Win32.HICON.g.cs (1)
59 public static explicit operator HICON(UIntPtr value) => new HICON((void*)value.ToPointer());
Windows.Win32.HINSTANCE.g.cs (1)
59 public static explicit operator HINSTANCE(UIntPtr value) => new HINSTANCE((void*)value.ToPointer());
Windows.Win32.HMETAFILE.g.cs (1)
59 public static explicit operator HMETAFILE(UIntPtr value) => new HMETAFILE((void*)value.ToPointer());
Windows.Win32.HMODULE.g.cs (1)
59 public static explicit operator HMODULE(UIntPtr value) => new HMODULE((void*)value.ToPointer());
Windows.Win32.HMONITOR.g.cs (1)
59 public static explicit operator HMONITOR(UIntPtr value) => new HMONITOR((void*)value.ToPointer());
Windows.Win32.HPALETTE.g.cs (1)
59 public static explicit operator HPALETTE(UIntPtr value) => new HPALETTE((void*)value.ToPointer());
Windows.Win32.HPEN.g.cs (1)
59 public static explicit operator HPEN(UIntPtr value) => new HPEN((void*)value.ToPointer());
Windows.Win32.HPROPSHEETPAGE.g.cs (1)
59 public static explicit operator HPROPSHEETPAGE(UIntPtr value) => new HPROPSHEETPAGE((void*)value.ToPointer());
Windows.Win32.HRGN.g.cs (1)
59 public static explicit operator HRGN(UIntPtr value) => new HRGN((void*)value.ToPointer());
Windows.Win32.HWND.g.cs (1)
59 public static explicit operator HWND(UIntPtr value) => new HWND((void*)value.ToPointer());
System.Windows.Forms.Primitives (11)
Windows.Win32.DPI_AWARENESS_CONTEXT.g.cs (1)
59 public static explicit operator DPI_AWARENESS_CONTEXT(UIntPtr value) => new DPI_AWARENESS_CONTEXT((void*)value.ToPointer());
Windows.Win32.HACCEL.g.cs (1)
59 public static explicit operator HACCEL(UIntPtr value) => new HACCEL((void*)value.ToPointer());
Windows.Win32.HDESK.g.cs (1)
59 public static explicit operator HDESK(UIntPtr value) => new HDESK((void*)value.ToPointer());
Windows.Win32.HHOOK.g.cs (1)
59 public static explicit operator HHOOK(UIntPtr value) => new HHOOK((void*)value.ToPointer());
Windows.Win32.HIMC.g.cs (1)
59 public static explicit operator HIMC(UIntPtr value) => new HIMC((void*)value.ToPointer());
Windows.Win32.HKEY.g.cs (1)
59 public static explicit operator HKEY(UIntPtr value) => new HKEY((void*)value.ToPointer());
Windows.Win32.HKL.g.cs (1)
59 public static explicit operator HKL(UIntPtr value) => new HKL((void*)value.ToPointer());
Windows.Win32.HMENU.g.cs (1)
59 public static explicit operator HMENU(UIntPtr value) => new HMENU((void*)value.ToPointer());
Windows.Win32.HTASK.g.cs (1)
59 public static explicit operator HTASK(UIntPtr value) => new HTASK((void*)value.ToPointer());
Windows.Win32.HWINEVENTHOOK.g.cs (1)
61 public static explicit operator HWINEVENTHOOK(UIntPtr value) => new HWINEVENTHOOK((void*)value.ToPointer());
Windows.Win32.HWINSTA.g.cs (1)
59 public static explicit operator HWINSTA(UIntPtr value) => new HWINSTA((void*)value.ToPointer());