5 references to PropCancelButton
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (5)
924
return (IButtonControl)Properties.GetObject(
PropCancelButton
);
927
Properties.SetObject(
PropCancelButton
, value);
3800
if (Properties.ContainsObject(
PropCancelButton
)) Properties.SetObject(
PropCancelButton
, null);
5332
button = (IButtonControl)Properties.GetObject(
PropCancelButton
);