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