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