1 write to _window
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
330_window = new ControlNativeWindow(this);
20 references to _window
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (20)
455internal DPI_AWARENESS_CONTEXT DpiAwarenessContext => _window.DpiAwarenessContext; 2398internal IntPtr HandleInternal => _window.Handle; 2400internal HWND HWNDInternal => _window.HWND; 2481public bool IsHandleCreated => _window.Handle != 0; 3830get => _window.WindowTarget; 3831set => _window.WindowTarget = value; 4819_window.CreateHandle(cp); 4916protected virtual void DefWndProc(ref Message m) => _window.DefWndProc(ref m); 4969if (((WINDOW_EX_STYLE)PInvokeCore.GetWindowLong(_window, WINDOW_LONG_PTR_INDEX.GWL_EXSTYLE)) 4976_window.DestroyHandle(); 5067_window?.ForceExitMessageLoop(); 6177_window, 6225_window, 8597PInvokeCore.GetClientRect(new HandleRef<HWND>(_window, InternalHandle), out RECT rect); 10025if (_window.Handle == IntPtr.Zero) 11043Application.UnparkHandle(this, _window.DpiAwarenessContext); 11057Application.UnparkHandle(this, _window.DpiAwarenessContext); 11790_window.LockReference(GetTopLevel() && Visible); 11856_window.AssignHandle(handle, value); 11861_window.ReleaseHandle();