2 references to ToolStripCollectionMustInsertAndRemove
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItemCollection.cs (1)
309
set { throw new NotSupportedException(SR.
ToolStripCollectionMustInsertAndRemove
); /* InnerList[index] = value; */ }
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (1)
124
set { throw new NotSupportedException(SR.
ToolStripCollectionMustInsertAndRemove
); /* InnerList[index] = value; */ }