9 references to ReadOnly
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
389_children = ArrayList.ReadOnly(_children);
System (1)
sys\system\configuration\SettingsPropertyValueCollection.cs (1)
130_Values = ArrayList.ReadOnly(_Values);
System.Web (3)
UI\WebParts\PersonalizationStateInfoCollection.cs (1)
155_values = ArrayList.ReadOnly(_values);
XmlSiteMapProvider.cs (2)
72returnList = ArrayList.ReadOnly(new ArrayList(ChildProviderTable.Keys)); 767roleList = ArrayList.ReadOnly(roleList);
System.Web.ApplicationServices (1)
Security\MembershipUserCollection.cs (1)
84_Values = ArrayList.ReadOnly(_Values);
System.Workflow.Activities (1)
Common\CompModHelpers.cs (1)
218return ArrayList.ReadOnly(identifiers);
System.Workflow.ComponentModel (1)
Shared\CompModHelpers.cs (1)
216return ArrayList.ReadOnly(identifiers);
WindowsBase (1)
Shared\MS\Internal\CopyOnWriteList.cs (1)
62_readonlyWrapper = ArrayList.ReadOnly(_LiveList);