3 references to GCLP
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (3)
2918
public static IntPtr SetClassLongPtr(IntPtr hwnd,
GCLP
nIndex, IntPtr dwNewLong)
2928
private static extern int SetClassLongPtr32(IntPtr hWnd,
GCLP
nIndex, int dwNewLong);
2931
private static extern IntPtr SetClassLongPtr64(IntPtr hWnd,
GCLP
nIndex, IntPtr dwNewLong);