3 writes to PreviousWindow
System.Windows.Forms (3)
System\Windows\Forms\NativeWindow.cs (3)
257
window.
PreviousWindow
= target;
726
window._nextWindow.
PreviousWindow
= window.PreviousWindow;
751
window.
PreviousWindow
= null;
12 references to PreviousWindow
System.Windows.Forms (12)
System\Windows\Forms\Control.cs (1)
5127
nativeWindow = nativeWindow.
PreviousWindow
;
System\Windows\Forms\NativeWindow.cs (11)
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);
716
if (window.
PreviousWindow
is not null)
719
window.
PreviousWindow
._nextWindow = window._nextWindow;
726
window._nextWindow.PreviousWindow = window.
PreviousWindow
;
739
if (window.
PreviousWindow
is not null)
741
s_windowHandles[hwnd] = GCHandle.Alloc(window.
PreviousWindow
, GCHandleType.Weak);
852
if (
PreviousWindow
is null)
873
PInvokeCore.SetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_WNDPROC,
PreviousWindow
._windowProc!);