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