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;
1946
HWND
.HWND_TOPMOST,
2093
HWND
.HWND_TOPMOST,
2104
HWND
.HWND_TOPMOST,
2312
using BeginPaintScope paintScope = new(
HWND
);