2 references to GetWindowLong
WindowsBase (2)
Shared\MS\Win32\ManagedWndProcTracker.cs (1)
108int windowStyle = UnsafeNativeMethods.GetWindowLong(new HandleRef(null,hwnd), NativeMethods.GWL_STYLE);
Shared\MS\Win32\SafeNativeMethodsOther.cs (1)
288return UnsafeNativeMethods.GetWindowLong(hWnd, nIndex);