3 references to s_propFormBorderColor
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
2281
get => Properties.GetValueOrDefault(
s_propFormBorderColor
, Color.Empty);
2289
Properties.AddOrRemoveValue(
s_propFormBorderColor
, value, defaultValue: Color.Empty);
4142
if (Properties.TryGetValue(
s_propFormBorderColor
, out Color? formBorderColor))