8 references to GET_CLASS_LONG_INDEX
System.Private.Windows.Core (6)
Windows\Win32\PInvokeCore.GetClassLong.cs (3)
13private static extern nint GetClassLongW(HWND hWnd, GET_CLASS_LONG_INDEX nIndex); 17private static extern nint GetClassLongPtrW(HWND hWnd, GET_CLASS_LONG_INDEX nIndex); 19public static IntPtr GetClassLong(HWND hWnd, GET_CLASS_LONG_INDEX nIndex)
Windows\Win32\PInvokeCore.SetClassLong.cs (3)
12private static extern nint SetClassLongW(HWND hwnd, GET_CLASS_LONG_INDEX nIndex, nint dwNewLong); 15private static extern nint SetClassLongPtrW(HWND hwnd, GET_CLASS_LONG_INDEX nIndex, nint dwNewLong); 17public static nint SetClassLong(HWND hWnd, GET_CLASS_LONG_INDEX nIndex, nint dwNewLong)
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.cs (1)
618PInvokeCore.SetClassLong(handle, GET_CLASS_LONG_INDEX.GCL_WNDPROC, DefaultWindowProc);
System.Windows.Forms.Primitives.TestUtilities (1)
Win32\WindowClass.cs (1)
205Atom = PInvokeCore.GetClassLong(window, GET_CLASS_LONG_INDEX.GCW_ATOM);