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