1 write to _parent
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
715_parent = parent;
11 references to _parent
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (11)
721string ICustomTypeDescriptor.GetClassName() { return _parent.GetClassName(); } 722string ICustomTypeDescriptor.GetComponentName() { return _parent.GetComponentName(); } 723TypeConverter ICustomTypeDescriptor.GetConverter() { return _parent.GetConverter(); } 724EventDescriptor ICustomTypeDescriptor.GetDefaultEvent() { return _parent.GetDefaultEvent(); } 725PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() { return _parent.GetDefaultProperty(); } 726object ICustomTypeDescriptor.GetEditor(Type editorBaseType) { return _parent.GetEditor(editorBaseType); } 727object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) { return _parent.GetPropertyOwner(pd); } 742return _provider.MergeEvents(_objectType, _parent.GetEvents(attributes)); 750return _provider.MergeEvents(_objectType, _parent.GetEvents()); 758return _provider.MergeProperties(_objectType, _parent.GetProperties(attributes)); 766return _provider.MergeProperties(_objectType, _parent.GetProperties());