7 references to HookChildHandles
System.Windows.Forms.Design (7)
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 (4)
896HookChildHandles((HWND)child.Handle); 918HookChildHandles((HWND)child.Handle); 2437HookChildHandles(PInvoke.GetWindow(hwndChild, GET_WINDOW_CMD.GW_CHILD)); 2475HookChildHandles(PInvoke.GetWindow(Control, GET_WINDOW_CMD.GW_CHILD));
System\Windows\Forms\Design\ListViewDesigner.cs (2)
64HookChildHandles((HWND)Control.Handle); 108HookChildHandles((HWND)Control.Handle);