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