2 references to s_mergeActionProperty
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
1284
get => Properties.GetValueOrDefault(
s_mergeActionProperty
, MergeAction.Append);
1288
Properties.AddOrRemoveValue(
s_mergeActionProperty
, value, defaultValue: MergeAction.Append);