3 references to s_propAcceptButton
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
222
get => Properties.GetValueOrDefault<IButtonControl?>(
s_propAcceptButton
);
225
if (Properties.AddOrRemoveValue(
s_propAcceptButton
, value) != value)
3460
Properties.RemoveValue(
s_propAcceptButton
);