1 write to _parent
WindowsBase (1)
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
37_parent = parent;
11 references to _parent
WindowsBase (11)
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (11)
74return _parent.GetComponentName(); 213public AttributeCollection GetAttributes() { return _parent.GetAttributes(); } 214public string GetClassName() { return _parent.GetClassName(); } 219TypeConverter typeConverter = _parent.GetConverter(); 230public EventDescriptor GetDefaultEvent() { return _parent.GetDefaultEvent(); } 231public PropertyDescriptor GetDefaultProperty() { return _parent.GetDefaultProperty(); } 232public object GetEditor(Type editorBaseType) { return _parent.GetEditor(editorBaseType); } 233public EventDescriptorCollection GetEvents() { return _parent.GetEvents(); } 234public EventDescriptorCollection GetEvents(Attribute[] attributes) { return _parent.GetEvents(attributes); } 235public object GetPropertyOwner(PropertyDescriptor property) { return _parent.GetPropertyOwner(property); } 280PropertyDescriptorCollection baseProps = _parent.GetProperties();