3 writes to PreviousWindow
System.Windows.Forms (3)
System\Windows\Forms\NativeWindow.cs (3)
257
window.
PreviousWindow
= target;
720
window._nextWindow.
PreviousWindow
= window.PreviousWindow;
745
window.
PreviousWindow
= null;
11 references to PreviousWindow
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (1)
5166
nativeWindow = nativeWindow.
PreviousWindow
;
System\Windows\Forms\NativeWindow.cs (10)
259
window.
PreviousWindow
._nextWindow is null,
261
window.
PreviousWindow
._nextWindow = window;
499
if (
PreviousWindow
is null)
520
m.ResultInternal =
PreviousWindow
.Callback(m.HWND, m.MsgInternal, m.WParamInternal, m.LParamInternal);
714
window.
PreviousWindow
?._nextWindow = window._nextWindow;
720
window._nextWindow.PreviousWindow = window.
PreviousWindow
;
733
if (window.
PreviousWindow
is not null)
735
s_windowHandles[hwnd] = GCHandle.Alloc(window.
PreviousWindow
, GCHandleType.Weak);
846
if (
PreviousWindow
is null)
867
PInvokeCore.SetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC,
PreviousWindow
._windowProc!);