4 references to s_contextMenuStripProperty
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
1326get => Properties.GetValueOrDefault<ContextMenuStrip>(s_contextMenuStripProperty); 1329ContextMenuStrip? oldValue = Properties.AddOrRemoveValue(s_contextMenuStripProperty, value); 4793if (Properties?.TryGetValue(s_contextMenuStripProperty, out ContextMenuStrip? menu) == true) 11209if (!Properties.TryGetValue(s_contextMenuStripProperty, out ContextMenuStrip? contextMenuStrip))