Implemented interface member:
method
Clone
System.ICloneable.Clone()
1 override of Clone
System.Windows.Forms (1)
misc\GDI\WindowsSolidBrush.cs (1)
60
public override object
Clone
()
2 references to Clone
System.Windows.Forms (2)
misc\GDI\WindowsPen.cs (2)
101
this.wndBrush = (WindowsBrush) windowsBrush.
Clone
();
141
new WindowsPen(this.dc, this.style, this.width, (WindowsBrush) this.wndBrush.
Clone
()) :