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