1 write to rgbResult
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
287
cc.
rgbResult
= ColorTranslator.ToWin32(color);
2 references to rgbResult
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ColorDialog.cs (2)
298
if (cc.
rgbResult
!= ColorTranslator.ToWin32(color)) color = ColorTranslator.FromOle(cc.
rgbResult
);