Implemented interface member:
property
IsReadOnly
System.Collections.Generic.ICollection<T>.IsReadOnly
1 override of IsReadOnly
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
102public override bool IsReadOnly
2 references to IsReadOnly
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (2)
62get { return IsReadOnly; } 301get { return IsReadOnly; }