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