3 references to s_propFormCornerPreference
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
2189
get => Properties.GetValueOrDefault(
s_propFormCornerPreference
, FormCornerPreference.Default);
2206
Properties.AddOrRemoveValue(
s_propFormCornerPreference
, value, defaultValue: FormCornerPreference.Default);
4158
if (Properties.TryGetValue(
s_propFormCornerPreference
, out FormCornerPreference? cornerPreference))