4 references to s_propCancelButton
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
714
get => Properties.GetValueOrDefault<IButtonControl>(
s_propCancelButton
);
717
Properties.AddOrRemoveValue(
s_propCancelButton
, value);
3461
Properties.RemoveValue(
s_propCancelButton
);
4713
if (Properties.TryGetValue(
s_propCancelButton
, out button))