3 references to DataObjectAttribute
System.ComponentModel.TypeConverter (3)
System\ComponentModel\DataObjectAttribute.cs (3)
11public static readonly DataObjectAttribute DataObject = new DataObjectAttribute(true); 13public static readonly DataObjectAttribute NonDataObject = new DataObjectAttribute(false); 17public DataObjectAttribute() : this(true)