5 references to HandleCreated
System.Windows.Forms (5)
System\Windows\Forms\ToolTip\ToolTip.cs (5)
1159control.HandleCreated -= HandleCreated; 1235control.HandleCreated += HandleCreated; 1240HandleCreated(control, EventArgs.Empty); 1257control.HandleCreated -= HandleCreated; 2248control.HandleCreated -= HandleCreated;