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