64 references to MemberwiseClone
mscorlib (24)
system\array.cs (3)
749return MemberwiseClone(); 2586return MemberwiseClone(); 2662return MemberwiseClone();
system\charenumerator.cs (1)
36return MemberwiseClone();
system\collections\arraylist.cs (2)
2123return MemberwiseClone(); 2561return MemberwiseClone();
system\collections\bitarray.cs (1)
488return MemberwiseClone();
system\collections\hashtable.cs (1)
1568return MemberwiseClone();
system\collections\queue.cs (1)
411return MemberwiseClone();
system\collections\sortedlist.cs (1)
759return MemberwiseClone();
system\collections\stack.cs (1)
323return MemberwiseClone();
system\delegate.cs (1)
338return MemberwiseClone();
system\globalization\calendar.cs (2)
180object o = MemberwiseClone(); 200Calendar clonedCalendar = (Calendar)(calendar.MemberwiseClone());
system\globalization\cultureinfo.cs (2)
1622CultureInfo ci = (CultureInfo)MemberwiseClone(); 1669CultureInfo newInfo = (CultureInfo)(ci.MemberwiseClone());
system\globalization\datetimeformatinfo.cs (2)
564DateTimeFormatInfo n = (DateTimeFormatInfo)MemberwiseClone(); 1997DateTimeFormatInfo newInfo = (DateTimeFormatInfo)(dtfi.MemberwiseClone());
system\globalization\numberformatinfo.cs (2)
315NumberFormatInfo n = (NumberFormatInfo)MemberwiseClone(); 806NumberFormatInfo info = (NumberFormatInfo)(nfi.MemberwiseClone());
system\globalization\textinfo.cs (2)
463object o = MemberwiseClone(); 483TextInfo clonedTextInfo = (TextInfo)(textInfo.MemberwiseClone());
system\marshalbyrefobject.cs (1)
98MarshalByRefObject mbr = (MarshalByRefObject)base.MemberwiseClone();
system\text\encoding.cs (1)
897Encoding newEncoding = (Encoding)this.MemberwiseClone();
PresentationCore (2)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (1)
569DrawingAttributes clone = (DrawingAttributes)this.MemberwiseClone();
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
105Stroke clone = (Stroke)this.MemberwiseClone();
PresentationFramework (1)
src\Framework\System\Windows\Documents\Table.cs (1)
450return (MemberwiseClone());
System (2)
net\System\Net\_DigestClient.cs (1)
573challengeCopy = this.MemberwiseClone() as HttpDigestChallenge;
net\System\Net\Cache\_SingleItemRequestCache.cs (1)
100return (object)clonedObject == (object)null? null: (FrozenCacheEntry) clonedObject.MemberwiseClone();
System.Activities (1)
Microsoft\VisualBasic\Activities\VisualBasicImportReference.cs (1)
95VisualBasicImportReference toReturn = (VisualBasicImportReference)this.MemberwiseClone();
System.Data.Entity (1)
System\Data\Metadata\MetadataWorkspace.cs (1)
1343MetadataWorkspace copy = (MetadataWorkspace)MemberwiseClone();
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilList.cs (1)
74QilList n = (QilList) MemberwiseClone();
System\Xml\Xsl\QIL\QilNode.cs (1)
98QilNode n = (QilNode) MemberwiseClone();
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
88XsltOutput output = (XsltOutput) MemberwiseClone();
System.Drawing (3)
commonui\System\Drawing\Printing\Margins.cs (1)
232return MemberwiseClone();
commonui\System\Drawing\Printing\PageSettings.cs (1)
322PageSettings result = (PageSettings) MemberwiseClone();
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
632PrinterSettings clone = (PrinterSettings) MemberwiseClone();
System.Messaging (1)
System\Messaging\MessagePropertyFilter.cs (1)
1159return this.MemberwiseClone();
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceSpecificDialogCachedState.cs (1)
61return MemberwiseClone();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
2311return MemberwiseClone();
System.Workflow.Activities (6)
Rules\DeclarativeExpressionConditionDeclaration.cs (1)
201RuleExpressionCondition ruleCondition = (RuleExpressionCondition)this.MemberwiseClone();
Rules\Rule.cs (1)
201Rule newRule = (Rule)this.MemberwiseClone();
Rules\RuleAction.cs (3)
47return (RuleAction)this.MemberwiseClone(); 185return (RuleAction)this.MemberwiseClone(); 267RuleStatementAction newAction = (RuleStatementAction)this.MemberwiseClone();
Rules\RuleSet.cs (1)
176RuleSet newRuleSet = (RuleSet)this.MemberwiseClone();
System.Xml (18)
System\Xml\Core\XmlReaderSettings.cs (1)
358XmlReaderSettings clonedSettings = this.MemberwiseClone() as XmlReaderSettings;
System\Xml\Core\XmlWriterSettings.cs (1)
312XmlWriterSettings clonedSettings = MemberwiseClone() as XmlWriterSettings;
System\Xml\Schema\ContentValidator.cs (1)
394InteriorNode other = (InteriorNode)this.MemberwiseClone();
System\Xml\Schema\DataTypeImplementation.cs (1)
337DatatypeImplementation dt = (DatatypeImplementation)MemberwiseClone();
System\Xml\Schema\NamespaceList.cs (1)
58NamespaceList nsl = (NamespaceList)MemberwiseClone();
System\Xml\Schema\SchemaAttDef.cs (1)
209return (SchemaAttDef) MemberwiseClone();
System\Xml\Schema\SchemaElementDecl.cs (1)
119return (SchemaElementDecl) MemberwiseClone();
System\Xml\Schema\XmlSchemaAttribute.cs (1)
198XmlSchemaAttribute newAtt = (XmlSchemaAttribute)MemberwiseClone();
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
107XmlSchemaAttributeGroup newGroup = (XmlSchemaAttributeGroup)MemberwiseClone();
System\Xml\Schema\XmlSchemaComplexType.cs (1)
359XmlSchemaComplexType complexType = (XmlSchemaComplexType)MemberwiseClone();
System\Xml\Schema\XmlSchemaElement.cs (1)
320XmlSchemaElement newElem = (XmlSchemaElement)MemberwiseClone();
System\Xml\Schema\XmlSchemaGroup.cs (1)
85XmlSchemaGroup newGroup = (XmlSchemaGroup)MemberwiseClone();
System\Xml\Schema\XmlSchemaObject.cs (1)
110return (XmlSchemaObject)MemberwiseClone();
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
52XmlSchemaSimpleType newSimpleType = (XmlSchemaSimpleType)MemberwiseClone();
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (1)
50XmlSchemaSimpleTypeList newList = (XmlSchemaSimpleTypeList)MemberwiseClone();
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
63XmlSchemaSimpleTypeRestriction newRestriction = (XmlSchemaSimpleTypeRestriction)MemberwiseClone();
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
50XmlSchemaSimpleTypeUnion newUnion = (XmlSchemaSimpleTypeUnion)MemberwiseClone();
System\Xml\XmlQualifiedName.cs (1)
262return (XmlQualifiedName)MemberwiseClone();