3 writes to _nextWindow
System.Windows.Forms (3)
System\Windows\Forms\NativeWindow.cs (3)
261
window.PreviousWindow.
_nextWindow
= window;
719
window.PreviousWindow.
_nextWindow
= window._nextWindow;
750
window.
_nextWindow
= null;
8 references to _nextWindow
System.Windows.Forms (8)
System\Windows\Forms\NativeWindow.cs (8)
259
window.PreviousWindow.
_nextWindow
is null,
719
window.PreviousWindow._nextWindow = window.
_nextWindow
;
722
if (window.
_nextWindow
is not null)
725
window.
_nextWindow
._priorWindowProcHandle = window._priorWindowProcHandle;
726
window.
_nextWindow
.PreviousWindow = window.PreviousWindow;
729
if (window.
_nextWindow
is null)
889
if (
_nextWindow
is null ||
_nextWindow
._priorWindowProcHandle != _windowProcHandle)