2 writes to _nextWindow
System.Windows.Forms (2)
System\Windows\Forms\NativeWindow.cs (2)
261
window.PreviousWindow.
_nextWindow
= window;
744
window.
_nextWindow
= null;
9 references to _nextWindow
System.Windows.Forms (9)
System\Windows\Forms\NativeWindow.cs (9)
259
window.PreviousWindow.
_nextWindow
is null,
714
window.PreviousWindow?.
_nextWindow
= window.
_nextWindow
;
716
if (window.
_nextWindow
is not null)
719
window.
_nextWindow
._priorWindowProcHandle = window._priorWindowProcHandle;
720
window.
_nextWindow
.PreviousWindow = window.PreviousWindow;
723
if (window.
_nextWindow
is null)
883
if (
_nextWindow
is null ||
_nextWindow
._priorWindowProcHandle != _windowProcHandle)