1 write to _primary
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
3703
_primary
= primary;
12 references to _primary
System (12)
compmod\system\componentmodel\TypeDescriptor.cs (12)
3712
AttributeCollection attrs =
_primary
.GetAttributes();
3727
string className =
_primary
.GetClassName();
3742
string name =
_primary
.GetComponentName();
3756
TypeConverter converter =
_primary
.GetConverter();
3771
EventDescriptor evt =
_primary
.GetDefaultEvent();
3785
PropertyDescriptor prop =
_primary
.GetDefaultProperty();
3804
object editor =
_primary
.GetEditor(editorBaseType);
3818
EventDescriptorCollection events =
_primary
.GetEvents();
3833
EventDescriptorCollection events =
_primary
.GetEvents(attributes);
3848
PropertyDescriptorCollection properties =
_primary
.GetProperties();
3863
PropertyDescriptorCollection properties =
_primary
.GetProperties(attributes);
3878
object owner =
_primary
.GetPropertyOwner(pd);