1 write to _parent
WindowsBase (1)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
37_parent = parent;
10 references to _parent
WindowsBase (10)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (10)
192public AttributeCollection GetAttributes() { return _parent.GetAttributes(); } 193public string GetClassName() { return _parent.GetClassName(); } 194public string GetComponentName() { return _parent.GetComponentName(); } 199TypeConverter typeConverter = _parent.GetConverter(); 209public EventDescriptor GetDefaultEvent() { return _parent.GetDefaultEvent(); } 210public PropertyDescriptor GetDefaultProperty() { return _parent.GetDefaultProperty(); } 211public object GetEditor(Type editorBaseType) { return _parent.GetEditor(editorBaseType); } 212public EventDescriptorCollection GetEvents() { return _parent.GetEvents(); } 213public EventDescriptorCollection GetEvents(Attribute[] attributes) { return _parent.GetEvents(attributes); } 214public object GetPropertyOwner(PropertyDescriptor property) { return _parent.GetPropertyOwner(property); }