7 references to Empty
System.ComponentModel.TypeConverter (3)
System\ComponentModel\CustomTypeDescriptor.cs (2)
145
return EventDescriptorCollection.
Empty
;
163
return EventDescriptorCollection.
Empty
;
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
544
return EventDescriptorCollection.
Empty
;
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.NullTypeDescriptor.cs (2)
29
EventDescriptorCollection ICustomTypeDescriptor.GetEvents() => EventDescriptorCollection.
Empty
;
31
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[]? attributes) => EventDescriptorCollection.
Empty
;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
1273
return EventDescriptorCollection.
Empty
;
1282
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[]? attributes) => EventDescriptorCollection.
Empty
;