4 references to PropAcceptButton
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
348
return (IButtonControl)Properties.GetObject(
PropAcceptButton
);
352
Properties.SetObject(
PropAcceptButton
, value);
3799
if (Properties.ContainsObject(
PropAcceptButton
)) Properties.SetObject(
PropAcceptButton
, null);