4 implementations of Wrapper
System.Private.Windows.Core (4)
Windows\Win32\Foundation\HWND.cs (1)
9
object? IHandle<HWND>.
Wrapper
=> null;
Windows\Win32\Graphics\Gdi\HDC.cs (1)
9
object? IHandle<HDC>.
Wrapper
=> null;
Windows\Win32\UI\WindowsAndMessaging\HCURSOR.cs (1)
9
object? IHandle<HCURSOR>.
Wrapper
=> null;
Windows\Win32\UI\WindowsAndMessaging\HICON.cs (1)
9
object? IHandle<HICON>.
Wrapper
=> null;
24 references to Wrapper
System.Private.Windows.Core (24)
Windows\Win32\PInvoke.CallWindowProc.cs (1)
18
GC.KeepAlive(hWnd.
Wrapper
);
Windows\Win32\PInvoke.GetWindowRect.cs (1)
12
GC.KeepAlive(hWnd.
Wrapper
);
Windows\Win32\PInvoke.GetWindowText.cs (1)
65
GC.KeepAlive(hWnd.
Wrapper
);
Windows\Win32\PInvoke.GetWindowTextLength.cs (1)
12
GC.KeepAlive(hWnd.
Wrapper
);
Windows\Win32\PInvoke.MapWindowPoints.cs (4)
18
GC.KeepAlive(hWndFrom.
Wrapper
);
19
GC.KeepAlive(hWndTo.
Wrapper
);
32
GC.KeepAlive(hWndFrom.
Wrapper
);
33
GC.KeepAlive(hWndTo.
Wrapper
);
Windows\Win32\PInvokeCore.BitBlt.cs (2)
30
GC.KeepAlive(hdc.
Wrapper
);
56
GC.KeepAlive(hdcSrc.
Wrapper
);
Windows\Win32\PInvokeCore.CopyImage.cs (2)
13
GC.KeepAlive(hImage.
Wrapper
);
22
GC.KeepAlive(hImage.
Wrapper
);
Windows\Win32\PInvokeCore.DrawIcon.cs (1)
16
GC.KeepAlive(hIcon.
Wrapper
);
Windows\Win32\PInvokeCore.DrawIconEx.cs (1)
26
GC.KeepAlive(hIcon.
Wrapper
);
Windows\Win32\PInvokeCore.EnumChildWindows.cs (1)
27
GC.KeepAlive(hwndParent.
Wrapper
);
Windows\Win32\PInvokeCore.GetClientRect.cs (1)
13
GC.KeepAlive(hWnd.
Wrapper
);
Windows\Win32\PInvokeCore.GetIconInfo.cs (1)
13
GC.KeepAlive(icon.
Wrapper
);
Windows\Win32\PInvokeCore.GetWindowLong.cs (1)
33
GC.KeepAlive(hWnd.
Wrapper
);
Windows\Win32\PInvokeCore.PeekMessage.cs (1)
18
GC.KeepAlive(hWnd.
Wrapper
);
Windows\Win32\PInvokeCore.PostMessage.cs (1)
17
GC.KeepAlive(hWnd.
Wrapper
);
Windows\Win32\PInvokeCore.SendMessage.cs (2)
16
GC.KeepAlive(hWnd.
Wrapper
);
28
GC.KeepAlive(wParam.
Wrapper
);
Windows\Win32\PInvokeCore.SetWindowLong.cs (2)
22
GC.KeepAlive(hWnd.
Wrapper
);
31
GC.KeepAlive(newValue.
Wrapper
);