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