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