1 write to _window
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
325
_window
= new ControlNativeWindow(this);
20 references to _window
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (20)
450
internal DPI_AWARENESS_CONTEXT DpiAwarenessContext =>
_window
.DpiAwarenessContext;
2205
internal IntPtr HandleInternal =>
_window
.Handle;
2207
internal HWND HWNDInternal =>
_window
.HWND;
2288
public bool IsHandleCreated =>
_window
.Handle != 0;
3637
get =>
_window
.WindowTarget;
3638
set =>
_window
.WindowTarget = value;
4590
_window
.CreateHandle(cp);
4687
protected virtual void DefWndProc(ref Message m) =>
_window
.DefWndProc(ref m);
4740
if (((WINDOW_EX_STYLE)PInvokeCore.GetWindowLong(
_window
, WINDOW_LONG_PTR_INDEX.GWL_EXSTYLE))
4747
_window
.DestroyHandle();
4838
_window
?.ForceExitMessageLoop();
5937
_window
,
5985
_window
,
7973
PInvokeCore.GetClientRect(new HandleRef<HWND>(
_window
, InternalHandle), out RECT rect);
9280
if (
_window
.Handle == IntPtr.Zero)
10299
Application.UnparkHandle(this,
_window
.DpiAwarenessContext);
10313
Application.UnparkHandle(this,
_window
.DpiAwarenessContext);
11048
_window
.LockReference(GetTopLevel() && Visible);
11114
_window
.AssignHandle(handle, value);
11119
_window
.ReleaseHandle();