4 references to ReadOnlyControlCollection
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4676
return new
ReadOnlyControlCollection
(this, isReadOnly: !DesignMode);
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerTypedControlCollection.cs (1)
17
:
base
(c, isReadOnly)
System\Windows\Forms\Internal\TypedControlCollection.cs (2)
18
:
base
(owner, isReadOnly)
25
:
base
(owner, isReadOnly: false)