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