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