5 references to HookChildHandles
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ControlDesigner.ChildSubClass.cs (1)
45
_designer.
HookChildHandles
((HWND)(nint)m.LParamInternal); // they will get removed from the collection just above
System\Windows\Forms\Design\ControlDesigner.cs (2)
896
HookChildHandles
((HWND)child.Handle);
918
HookChildHandles
((HWND)child.Handle);
System\Windows\Forms\Design\ListViewDesigner.cs (2)
64
HookChildHandles
((HWND)Control.Handle);
108
HookChildHandles
((HWND)Control.Handle);