3 references to FlagIsDefault
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonBase.cs (3)
248
return GetFlag(
FlagIsDefault
);
251
if (GetFlag(
FlagIsDefault
) != value) {
252
SetFlag(
FlagIsDefault
, value);