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