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