4 implementations of Wrapper
System.Private.Windows.Core (4)
Windows\Win32\Foundation\HWND.cs (1)
9object? IHandle<HWND>.Wrapper => null;
Windows\Win32\Graphics\Gdi\HDC.cs (1)
9object? IHandle<HDC>.Wrapper => null;
Windows\Win32\UI\WindowsAndMessaging\HCURSOR.cs (1)
9object? IHandle<HCURSOR>.Wrapper => null;
Windows\Win32\UI\WindowsAndMessaging\HICON.cs (1)
9object? IHandle<HICON>.Wrapper => null;
8 references to Wrapper
System.Private.Windows.Core (8)
Windows\Win32\PInvoke.BitBlt.cs (2)
30GC.KeepAlive(hdc.Wrapper); 56GC.KeepAlive(hdcSrc.Wrapper);
Windows\Win32\PInvoke.CopyImage.cs (2)
13GC.KeepAlive(hImage.Wrapper); 22GC.KeepAlive(hImage.Wrapper);
Windows\Win32\PInvoke.DrawIcon.cs (1)
16GC.KeepAlive(hIcon.Wrapper);
Windows\Win32\PInvoke.DrawIconEx.cs (1)
26GC.KeepAlive(hIcon.Wrapper);
Windows\Win32\PInvoke.GetClientRect.cs (1)
13GC.KeepAlive(hWnd.Wrapper);
Windows\Win32\PInvoke.GetIconInfo.cs (1)
13GC.KeepAlive(icon.Wrapper);