10 references to HWND
System.Windows.Forms (10)
System\Windows\Forms\ToolTip\ToolTip.cs (10)
257
HWND IHandle<HWND>.Handle =>
HWND
;
719
PInvoke.SetWindowTheme(
HWND
, string.Empty, string.Empty);
1047
return
HWND
.Null;
1050
HWND baseHwnd = current?.HWND ??
HWND
.Null;
1051
HWND hwnd =
HWND
.Null;
1104
hwnd =
HWND
.Null;
1951
HWND
.HWND_TOPMOST,
2098
HWND
.HWND_TOPMOST,
2109
HWND
.HWND_TOPMOST,
2317
using BeginPaintScope paintScope = new(
HWND
);