4 writes to color
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FontDialog.cs (4)
181color = value; 185color = SystemColors.ControlText; 532color = SystemColors.ControlText; 675color = ColorTranslator.FromOle(rgb);
4 references to color
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FontDialog.cs (4)
175return ColorTranslator.FromWin32(ColorTranslator.ToWin32(color)); 177return color; 594cf.rgbColors = ColorTranslator.ToWin32(color); 674if (ColorTranslator.ToWin32(color) != rgb) {