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