2 references to GetConstants
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.ColorUI.cs (2)
43
private Color[] ColorValues => _colorConstants ??=
GetConstants
(typeof(Color));
73
private Color[] SystemColorValues => _systemColorConstants ??=
GetConstants
(typeof(SystemColors));