2 writes to color
System.Windows.Forms (2)
misc\GDI\WindowsPen.cs (2)
88
this.
color
= color;
103
this.
color
= windowsBrush.Color;
3 references to color
System.Windows.Forms (3)
misc\GDI\WindowsPen.cs (3)
121
this.nativeHandle = IntSafeNativeMethods.CreatePen((int) this.style, this.width, ColorTranslator.ToWin32(this.
color
) );
142
new WindowsPen(this.dc, this.style, this.width, this.
color
);
195
this.
color
,