1 write to _handle
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.ChildWindowTarget.cs (1)
32
_handle
= (HWND)newHandle;
2 references to _handle
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.ChildWindowTarget.cs (2)
79
Debug.Assert(
_handle
!= IntPtr.Zero, "Handle for control not created");
80
PInvoke.RevokeDragDrop(
_handle
);