Implemented interface member:
method
Clone
System.ICloneable.Clone()
7 overrides of Clone
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserStack.cs (1)
74
public override object
Clone
()
PresentationFramework (1)
System\Windows\Markup\ParserStack.cs (1)
74
public override object
Clone
()
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (5)
801
public override object
Clone
()
1252
public override object
Clone
()
1715
public override object
Clone
()
1970
public override object
Clone
()
2250
public override object
Clone
()
10 references to Clone
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs (1)
197
newIdentifiers._list = (ArrayList)_list.
Clone
();
ReachFramework (1)
AlphaFlattener\Primitive.cs (1)
2087
_children = (ArrayList)_children.
Clone
();
System.Configuration.ConfigurationManager (1)
System\Configuration\SettingsPropertyValueCollection.cs (1)
123
_values = (ArrayList)values.
Clone
();
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (4)
1256
return new SyncArrayList((ArrayList)_list.
Clone
());
1718
arrayList._list = (ArrayList)_list.
Clone
();
1973
arrayList._list = (ArrayList)_list.
Clone
();
2254
arrayList._baseList = (ArrayList)_baseList.
Clone
();
System.Private.Xml (1)
System\Xml\Serialization\CodeIdentifiers.cs (1)
186
newIdentifiers._list = (ArrayList)_list.
Clone
();
UIAutomationClient (2)
System\Windows\Automation\CacheRequest.cs (2)
233
return new CacheRequest(_viewCondition, _scope, (ArrayList)_properties.
Clone
(), (ArrayList)_patterns.
Clone
(), _automationElementMode, _uiaCacheRequest);