1 write to _window
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
320_window = new ControlNativeWindow(this);
20 references to _window
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (20)
445internal DPI_AWARENESS_CONTEXT DpiAwarenessContext => _window.DpiAwarenessContext; 2219internal IntPtr HandleInternal => _window.Handle; 2221internal HWND HWNDInternal => _window.HWND; 2302public bool IsHandleCreated => _window.Handle != 0; 3651get => _window.WindowTarget; 3652set => _window.WindowTarget = value; 4604_window.CreateHandle(cp); 4701protected virtual void DefWndProc(ref Message m) => _window.DefWndProc(ref m); 4754if (((WINDOW_EX_STYLE)PInvokeCore.GetWindowLong(_window, WINDOW_LONG_PTR_INDEX.GWL_EXSTYLE)) 4761_window.DestroyHandle(); 4852_window?.ForceExitMessageLoop(); 5953_window, 6001_window, 7987PInvokeCore.GetClientRect(new HandleRef<HWND>(_window, InternalHandle), out RECT rect); 9294if (_window.Handle == IntPtr.Zero) 10312Application.UnparkHandle(this, _window.DpiAwarenessContext); 10326Application.UnparkHandle(this, _window.DpiAwarenessContext); 11059_window.LockReference(GetTopLevel() && Visible); 11125_window.AssignHandle(handle, value); 11130_window.ReleaseHandle();