2 references to s_propToolStripPanelRowCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
274
if (!Properties.TryGetValue(
s_propToolStripPanelRowCollection
, out ToolStripPanelRowCollection? rowCollection))
276
rowCollection = Properties.AddValue(
s_propToolStripPanelRowCollection
, CreateToolStripPanelRowCollection());