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)
3712AttributeCollection attrs = _primary.GetAttributes(); 3727string className = _primary.GetClassName(); 3742string name = _primary.GetComponentName(); 3756TypeConverter converter = _primary.GetConverter(); 3771EventDescriptor evt = _primary.GetDefaultEvent(); 3785PropertyDescriptor prop = _primary.GetDefaultProperty(); 3804object editor = _primary.GetEditor(editorBaseType); 3818EventDescriptorCollection events = _primary.GetEvents(); 3833EventDescriptorCollection events = _primary.GetEvents(attributes); 3848PropertyDescriptorCollection properties = _primary.GetProperties(); 3863PropertyDescriptorCollection properties = _primary.GetProperties(attributes); 3878object owner = _primary.GetPropertyOwner(pd);