4 references to HWND
System.Windows.Forms (4)
System\Windows\Forms\ToolTip\ToolTip.cs (4)
257
HWND IHandle<HWND>.Handle =>
HWND
;
719
PInvoke.SetWindowTheme(
HWND
, string.Empty, string.Empty);
723
PInvoke.SetWindowTheme(
HWND
, $"{Control.DarkModeIdentifier}_{Control.ExplorerThemeIdentifier}", null);
2315
using BeginPaintScope paintScope = new(
HWND
);