1 write to _window
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
314
_window
= new ControlNativeWindow(this);
20 references to _window
System.Windows.Forms (20)
System\Windows\Forms\Control.cs (20)
419
internal DPI_AWARENESS_CONTEXT DpiAwarenessContext =>
_window
.DpiAwarenessContext;
2132
internal IntPtr HandleInternal =>
_window
.Handle;
2134
internal HWND HWNDInternal =>
_window
.HWND;
2215
public bool IsHandleCreated =>
_window
.Handle != 0;
3564
get =>
_window
.WindowTarget;
3565
set =>
_window
.WindowTarget = value;
4517
_window
.CreateHandle(cp);
4614
protected virtual void DefWndProc(ref Message m) =>
_window
.DefWndProc(ref m);
4667
if (((WINDOW_EX_STYLE)PInvokeCore.GetWindowLong(
_window
, WINDOW_LONG_PTR_INDEX.GWL_EXSTYLE))
4674
_window
.DestroyHandle();
4765
_window
?.ForceExitMessageLoop();
5864
_window
,
5912
_window
,
7903
PInvokeCore.GetClientRect(new HandleRef<HWND>(
_window
, InternalHandle), out RECT rect);
9214
if (
_window
.Handle == IntPtr.Zero)
10220
Application.UnparkHandle(this,
_window
.DpiAwarenessContext);
10234
Application.UnparkHandle(this,
_window
.DpiAwarenessContext);
10953
_window
.LockReference(GetTopLevel() && Visible);
11019
_window
.AssignHandle(handle, value);
11024
_window
.ReleaseHandle();