3 references to s_propFormCaptionTextColor
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
2484get => Properties.GetValueOrDefault(s_propFormCaptionTextColor, Color.Empty); 2492Properties.AddOrRemoveValue(s_propFormCaptionTextColor, value, defaultValue: Color.Empty); 4996if (Properties.TryGetValue(s_propFormCaptionTextColor, out Color? formCaptionTextColor))