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