Implemented interface member:
property
IsReadOnly
System.Collections.IList.IsReadOnly
5 overrides of IsReadOnly
mscorlib (5)
system\collections\arraylist.cs (5)
818
public override bool
IsReadOnly
{
1242
public override bool
IsReadOnly
{
1676
public override bool
IsReadOnly
{
1933
public override bool
IsReadOnly
{
2307
public override bool
IsReadOnly
{
16 references to IsReadOnly
mscorlib (4)
system\collections\arraylist.cs (3)
1243
get { return _list.
IsReadOnly
; }
1677
get { return _list.
IsReadOnly
; }
2308
get { return _baseList.
IsReadOnly
; }
system\collections\collectionbase.cs (1)
84
get { return InnerList.
IsReadOnly
; }
PresentationFramework (1)
src\Framework\System\Windows\Data\CompositeCollection.cs (1)
389
return InternalList.
IsReadOnly
;
System.Drawing (1)
misc\ClientUtils.cs (1)
433
public bool IsReadOnly { get { return InnerList.
IsReadOnly
; } }
System.Security (3)
system\security\cryptography\xml\c14nutil.cs (1)
636
get { return m_nodeArray.
IsReadOnly
; }
system\security\cryptography\xml\encryptedkey.cs (1)
311
get { return m_references.
IsReadOnly
; }
system\security\cryptography\xml\encryptedtype.cs (1)
365
get { return m_props.
IsReadOnly
; }
System.Web (2)
UI\StateManagedCollection.cs (1)
582
return _collectionItems.
IsReadOnly
;
UI\WebControls\ListItemCollection.cs (1)
257
get { return listItems.
IsReadOnly
; }
System.Web.Mobile (1)
UI\MobileControls\ArrayListCollectionBase.cs (1)
74
return Items.
IsReadOnly
;
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\ArrangedElementCollection.cs (1)
121
public virtual bool IsReadOnly { get { return InnerList.
IsReadOnly
; }}
winforms\Managed\System\WinForms\TableLayoutStyleCollection.cs (1)
114
bool IList.IsReadOnly { get {return _innerList.
IsReadOnly
;} }
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1443
bool IList.IsReadOnly { get { return InnerList.
IsReadOnly
; } }
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
2154
bool IList.IsReadOnly { get { return InnerList.
IsReadOnly
; } }