1 write to _window
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
312_window = new ControlNativeWindow(this);
20 references to _window
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (20)
417internal DPI_AWARENESS_CONTEXT DpiAwarenessContext => _window.DpiAwarenessContext; 2130internal IntPtr HandleInternal => _window.Handle; 2132internal HWND HWNDInternal => _window.HWND; 2213public bool IsHandleCreated => _window.Handle != 0; 3562get => _window.WindowTarget; 3563set => _window.WindowTarget = value; 4515_window.CreateHandle(cp); 4612protected virtual void DefWndProc(ref Message m) => _window.DefWndProc(ref m); 4665if (((WINDOW_EX_STYLE)PInvokeCore.GetWindowLong(_window, WINDOW_LONG_PTR_INDEX.GWL_EXSTYLE)) 4672_window.DestroyHandle(); 4763_window?.ForceExitMessageLoop(); 5862_window, 5910_window, 7901PInvokeCore.GetClientRect(new HandleRef<HWND>(_window, InternalHandle), out RECT rect); 9212if (_window.Handle == IntPtr.Zero) 10218Application.UnparkHandle(this, _window.DpiAwarenessContext); 10232Application.UnparkHandle(this, _window.DpiAwarenessContext); 10951_window.LockReference(GetTopLevel() && Visible); 11017_window.AssignHandle(handle, value); 11022_window.ReleaseHandle();