1 write to _window
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
312
_window
= new ControlNativeWindow(this);
20 references to _window
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (20)
417
internal DPI_AWARENESS_CONTEXT DpiAwarenessContext =>
_window
.DpiAwarenessContext;
2130
internal IntPtr HandleInternal =>
_window
.Handle;
2132
internal HWND HWNDInternal =>
_window
.HWND;
2213
public bool IsHandleCreated =>
_window
.Handle != 0;
3562
get =>
_window
.WindowTarget;
3563
set =>
_window
.WindowTarget = value;
4515
_window
.CreateHandle(cp);
4612
protected virtual void DefWndProc(ref Message m) =>
_window
.DefWndProc(ref m);
4665
if (((WINDOW_EX_STYLE)PInvokeCore.GetWindowLong(
_window
, WINDOW_LONG_PTR_INDEX.GWL_EXSTYLE))
4672
_window
.DestroyHandle();
4763
_window
?.ForceExitMessageLoop();
5862
_window
,
5910
_window
,
7901
PInvokeCore.GetClientRect(new HandleRef<HWND>(
_window
, InternalHandle), out RECT rect);
9212
if (
_window
.Handle == IntPtr.Zero)
10218
Application.UnparkHandle(this,
_window
.DpiAwarenessContext);
10232
Application.UnparkHandle(this,
_window
.DpiAwarenessContext);
10951
_window
.LockReference(GetTopLevel() && Visible);
11017
_window
.AssignHandle(handle, value);
11022
_window
.ReleaseHandle();