4 references to s_propCancelButton
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
710
get => Properties.GetValueOrDefault<IButtonControl>(
s_propCancelButton
);
713
Properties.AddOrRemoveValue(
s_propCancelButton
, value);
3521
Properties.RemoveValue(
s_propCancelButton
);
4754
if (Properties.TryGetValue(
s_propCancelButton
, out button))