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;
2 references to GetObjectsFromInstance
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
298IList multipleInstance = _editor.GetObjectsFromInstance(instance);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionEditorTests.cs (1)
1056public new IList GetObjectsFromInstance(object instance) => base.GetObjectsFromInstance(instance);