2 references to s_propCellContextMenuStrip
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
116
get => Properties.GetValueOrDefault<ContextMenuStrip>(
s_propCellContextMenuStrip
);
119
ContextMenuStrip? oldValue = Properties.AddOrRemoveValue(
s_propCellContextMenuStrip
, value);