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)
29
if (
IsReadOnly
)
49
if (
IsReadOnly
)
65
if (
IsReadOnly
)
System\Windows\Forms\Internal\ReadOnlyControlCollection.cs (3)
28
if (
IsReadOnly
)
40
if (
IsReadOnly
)
52
if (
IsReadOnly
)
System\Windows\Forms\Internal\TypedControlCollection.cs (1)
41
if (
IsReadOnly
)
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerTypedControlCollection.cs (2)
24
if (value is SplitterPanel && !_owner.DesignMode &&
IsReadOnly
)
46
if (
IsReadOnly
)