1 override of GetObjectsFromInstance
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageCollectionEditor.cs (1)
86protected override IList GetObjectsFromInstance(object array) => array as ArrayList;
1 reference to GetObjectsFromInstance
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
312IList multipleInstance = _editor.GetObjectsFromInstance(instance);