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