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; 2226internal IntPtr HandleInternal => _window.Handle; 2228internal HWND HWNDInternal => _window.HWND; 2309public bool IsHandleCreated => _window.Handle != 0; 3658get => _window.WindowTarget; 3659set => _window.WindowTarget = value; 4611_window.CreateHandle(cp); 4708protected virtual void DefWndProc(ref Message m) => _window.DefWndProc(ref m); 4761if (((WINDOW_EX_STYLE)PInvokeCore.GetWindowLong(_window, WINDOW_LONG_PTR_INDEX.GWL_EXSTYLE)) 4768_window.DestroyHandle(); 4859_window?.ForceExitMessageLoop(); 5958_window, 6006_window, 7994PInvokeCore.GetClientRect(new HandleRef<HWND>(_window, InternalHandle), out RECT rect); 9301if (_window.Handle == IntPtr.Zero) 10320Application.UnparkHandle(this, _window.DpiAwarenessContext); 10334Application.UnparkHandle(this, _window.DpiAwarenessContext); 11069_window.LockReference(GetTopLevel() && Visible); 11135_window.AssignHandle(handle, value); 11140_window.ReleaseHandle();