3 references to GWL_ID
System.Windows.Forms (3)
System\Windows\Forms\NativeWindow.cs (3)
284
PInvokeCore.SetWindowLong(handle, WINDOW_LONG_PTR_INDEX.
GWL_ID
, id);
319
&& PInvokeCore.GetWindowLong(this, WINDOW_LONG_PTR_INDEX.
GWL_ID
) == 0)
321
PInvokeCore.SetWindowLong(this, WINDOW_LONG_PTR_INDEX.
GWL_ID
, hwnd);