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