5 references to Color
System.Windows.Forms (5)
misc\GDI\WindowsPen.cs (2)
103
this.color = windowsBrush.
Color
;
127
lb.lbColor = ColorTranslator.ToWin32( this.wndBrush.
Color
);
misc\GDI\WindowsSolidBrush.cs (3)
35
IntPtr nativeHandle = IntSafeNativeMethods.CreateSolidBrush(ColorTranslator.ToWin32( this.
Color
));
62
return new WindowsSolidBrush(this.DC, this.
Color
);
67
return String.Format( CultureInfo.InvariantCulture, "{0}: Color={1}", this.GetType().Name, this.
Color
);