5 references to ControlAdded
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
8685/// <para>Raises the <see cref='System.Windows.Forms.Control.ControlAdded'/> event.</para>
winforms\Managed\System\WinForms\SplitContainer.cs (2)
412base.ControlAdded += value; 415base.ControlAdded -= value;
winforms\Managed\System\WinForms\ToolStrip.cs (2)
580base.ControlAdded += value; 583base.ControlAdded -= value;