4 references to s_propDefaultButton
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
3462
Properties.RemoveValue(
s_propDefaultButton
);
4700
if (Properties.TryGetValue(
s_propDefaultButton
, out IButtonControl? button))
5268
IButtonControl? existing = Properties.GetValueOrDefault<IButtonControl>(
s_propDefaultButton
);
5274
Properties.AddOrRemoveValue(
s_propDefaultButton
, button);