1 instantiation of HWND
WindowsBase (1)
Shared\MS\Win32\NativeMethodsOther.cs (1)
1336
HWND hTemp = new
HWND
();
9 references to HWND
WindowsBase (9)
Shared\MS\Win32\NativeMethodsOther.cs (9)
1334
public static
HWND
Cast(IntPtr h)
1336
HWND
hTemp = new HWND();
1351
public static implicit operator IntPtr(
HWND
h)
1362
public static bool operator ==(
HWND
hl,
HWND
hr)
1373
public static bool operator !=(
HWND
hl,
HWND
hr)
1385
HWND
hr = Cast((
HWND
)oCompare);