10 references to Empty
System (4)
compmod\system\componentmodel\CustomTypeDescriptor.cs (2)
196return PropertyDescriptorCollection.Empty; 213return PropertyDescriptorCollection.Empty;
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
489return PropertyDescriptorCollection.Empty; 555properties = PropertyDescriptorCollection.Empty;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
71PropertyDescriptorCollection propertyDescriptors = PropertyDescriptorCollection.Empty;
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
71PropertyDescriptorCollection propertyDescriptors = PropertyDescriptorCollection.Empty;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
387return PropertyDescriptorCollection.Empty;
WindowsBase (3)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
94return PropertyDescriptorCollection.Empty;
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (2)
118return PropertyDescriptorCollection.Empty; 127if (_instance == null) return PropertyDescriptorCollection.Empty;