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