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)
192
public AttributeCollection GetAttributes() { return
_parent
.GetAttributes(); }
193
public string GetClassName() { return
_parent
.GetClassName(); }
194
public string GetComponentName() { return
_parent
.GetComponentName(); }
199
TypeConverter typeConverter =
_parent
.GetConverter();
209
public EventDescriptor GetDefaultEvent() { return
_parent
.GetDefaultEvent(); }
210
public PropertyDescriptor GetDefaultProperty() { return
_parent
.GetDefaultProperty(); }
211
public object GetEditor(Type editorBaseType) { return
_parent
.GetEditor(editorBaseType); }
212
public EventDescriptorCollection GetEvents() { return
_parent
.GetEvents(); }
213
public EventDescriptorCollection GetEvents(Attribute[] attributes) { return
_parent
.GetEvents(attributes); }
214
public object GetPropertyOwner(PropertyDescriptor property) { return
_parent
.GetPropertyOwner(property); }