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