Base:
property
IsReadOnly
System.Windows.Forms.Layout.ArrangedElementCollection.IsReadOnly
12 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)
System.Windows.Forms.Tests (3)
System\Windows\Forms\ReadOnlyControlCollectionTests.cs (1)
17Assert.False(collection.IsReadOnly);
System\Windows\Forms\SplitContainer.SplitContainerTypedControlCollectionTests.cs (1)
17Assert.False(collection.IsReadOnly);
System\Windows\Forms\TypedControlCollectionTests.cs (1)
17Assert.False(collection.IsReadOnly);