4 references to PropContextMenuStrip
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
1757
return (ContextMenuStrip)Properties.GetObject(
PropContextMenuStrip
);
1760
ContextMenuStrip oldValue = Properties.GetObject(
PropContextMenuStrip
) as ContextMenuStrip;
1769
Properties.SetObject(
PropContextMenuStrip
, value);
12855
: Properties.GetObject(
PropContextMenuStrip
) as ContextMenuStrip;