3 references to PropText
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
2265
if (Properties.ContainsObject(ToolStripItem.
PropText
)) {
2266
return (string)Properties.GetObject(ToolStripItem.
PropText
);
2273
Properties.SetObject(ToolStripItem.
PropText
, value);