Implemented interface member:
7 overrides of Clone
System.Drawing.Common (5)
Special\NotSupported.cs (5)
1110public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 1343public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 1628public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 1721public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 1834public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
System.Drawing.Common.Tests (2)
System\Drawing\BrushTests.cs (1)
29public override object Clone() => this;
System\Drawing\PenTests.cs (1)
168public override object Clone() => this;