4 references to ReadOnlyControlCollection
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4799return new WindowsFormsUtils.ReadOnlyControlCollection(this, /* isReadOnly = */ !DesignMode);
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
451: base(c, isReadOnly) {
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
540public TypedControlCollection(Control owner, Type typeOfControl, bool isReadOnly) : base(owner, isReadOnly) { 545public TypedControlCollection(Control owner, Type typeOfControl) : base(owner, /*isReadOnly*/false) {