3 references to s_contextMenuStripProperty
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
1231
get => Properties.GetValueOrDefault<ContextMenuStrip>(
s_contextMenuStripProperty
);
1234
ContextMenuStrip? oldValue = Properties.AddOrRemoveValue(
s_contextMenuStripProperty
, value);
11065
if (!Properties.TryGetValue(
s_contextMenuStripProperty
, out ContextMenuStrip? contextMenuStrip))