9 references to Empty
System.ComponentModel.TypeConverter (4)
System\ComponentModel\CustomTypeDescriptor.cs (2)
204return PropertyDescriptorCollection.Empty; 252return PropertyDescriptorCollection.Empty;
System\ComponentModel\ReflectTypeDescriptionProvider.cs (2)
577return PropertyDescriptorCollection.Empty; 638properties = PropertyDescriptorCollection.Empty;
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
270return PropertyDescriptorCollection.Empty;
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.NullTypeDescriptor.cs (2)
33PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => PropertyDescriptorCollection.Empty; 35PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[]? attributes) => PropertyDescriptorCollection.Empty;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonBaseTests.cs (1)
667.Returns(PropertyDescriptorCollection.Empty);
System\Windows\Forms\TabPageTests.cs (1)
799.Returns(PropertyDescriptorCollection.Empty);