2 writes to Color
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
271 Color = Color.Black;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
3342colorDialog.Color = (value is Color) ? (Color)value : Color.White;
4 references to Color
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ColorDialog.cs (3)
324/// Indicates whether the <see cref='System.Windows.Forms.ColorDialog.Color'/> property should be 329return !Color.Equals(Color.Black); 341return s + ", Color: " + Color.ToString();
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
3344return colorDialog.Color;