Base:
property
IsReadOnly
System.Windows.Forms.Layout.ArrangedElementCollection.IsReadOnly
9 references to IsReadOnly
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerTypedControlCollection.cs (3)
29if (IsReadOnly) 49if (IsReadOnly) 65if (IsReadOnly)
System\Windows\Forms\Internal\ReadOnlyControlCollection.cs (3)
28if (IsReadOnly) 40if (IsReadOnly) 52if (IsReadOnly)
System\Windows\Forms\Internal\TypedControlCollection.cs (1)
41if (IsReadOnly)
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerTypedControlCollection.cs (2)
24if (value is SplitterPanel && !_owner.DesignMode && IsReadOnly) 46if (IsReadOnly)