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)
74
return
_parent
.GetComponentName();
213
public AttributeCollection GetAttributes() { return
_parent
.GetAttributes(); }
214
public string GetClassName() { return
_parent
.GetClassName(); }
219
TypeConverter typeConverter =
_parent
.GetConverter();
230
public EventDescriptor GetDefaultEvent() { return
_parent
.GetDefaultEvent(); }
231
public PropertyDescriptor GetDefaultProperty() { return
_parent
.GetDefaultProperty(); }
232
public object GetEditor(Type editorBaseType) { return
_parent
.GetEditor(editorBaseType); }
233
public EventDescriptorCollection GetEvents() { return
_parent
.GetEvents(); }
234
public EventDescriptorCollection GetEvents(Attribute[] attributes) { return
_parent
.GetEvents(attributes); }
235
public object GetPropertyOwner(PropertyDescriptor property) { return
_parent
.GetPropertyOwner(property); }
280
PropertyDescriptorCollection baseProps =
_parent
.GetProperties();