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