1 write to _window
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
313
_window
= new ControlNativeWindow(this);
20 references to _window
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (20)
418
internal DPI_AWARENESS_CONTEXT DpiAwarenessContext =>
_window
.DpiAwarenessContext;
2131
internal IntPtr HandleInternal =>
_window
.Handle;
2133
internal HWND HWNDInternal =>
_window
.HWND;
2214
public bool IsHandleCreated =>
_window
.Handle != 0;
3563
get =>
_window
.WindowTarget;
3564
set =>
_window
.WindowTarget = value;
4516
_window
.CreateHandle(cp);
4613
protected virtual void DefWndProc(ref Message m) =>
_window
.DefWndProc(ref m);
4666
if (((WINDOW_EX_STYLE)PInvokeCore.GetWindowLong(
_window
, WINDOW_LONG_PTR_INDEX.GWL_EXSTYLE))
4673
_window
.DestroyHandle();
4764
_window
?.ForceExitMessageLoop();
5823
_window
,
5871
_window
,
7862
PInvokeCore.GetClientRect(new HandleRef<HWND>(
_window
, InternalHandle), out RECT rect);
9173
if (
_window
.Handle == IntPtr.Zero)
10187
Application.UnparkHandle(this,
_window
.DpiAwarenessContext);
10201
Application.UnparkHandle(this,
_window
.DpiAwarenessContext);
10920
_window
.LockReference(GetTopLevel() && Visible);
10986
_window
.AssignHandle(handle, value);
10991
_window
.ReleaseHandle();