3 references to s_propFormCaptionBackColor
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
2421get => Properties.GetValueOrDefault(s_propFormCaptionBackColor, Color.Empty); 2429Properties.AddOrRemoveValue(s_propFormCaptionBackColor, value, defaultValue: Color.Empty); 4991if (Properties.TryGetValue(s_propFormCaptionBackColor, out Color? formCaptionBackColor))