3 references to Properties
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (3)
92if (!Properties.TryGetValue(s_propControlsCollection, out ToolStripPanelRowControlCollection? controlsCollection)) 94controlsCollection = Properties.AddValue(s_propControlsCollection, CreateControlsInstance()); 666return Properties;