3 references to GCLP
PresentationFramework (3)
src\Framework\System\Windows\Standard\NativeMethods.cs (3)
3436public static IntPtr SetClassLongPtr(IntPtr hwnd, GCLP nIndex, IntPtr dwNewLong) 3452private static extern int SetClassLongPtr32(IntPtr hWnd, GCLP nIndex, int dwNewLong); 3461private static extern IntPtr SetClassLongPtr64(IntPtr hWnd, GCLP nIndex, IntPtr dwNewLong);