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