2 references to s_propContextMenuStrip
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (2)
58
get => Properties.GetValueOrDefault<ContextMenuStrip>(
s_propContextMenuStrip
);
61
ContextMenuStrip? oldValue = Properties.AddOrRemoveValue(
s_propContextMenuStrip
, value);