Base:
property
ComponentType
System.ComponentModel.PropertyDescriptor.ComponentType
5 references to ComponentType
System (5)
compmod\system\componentmodel\ExtendedPropertyDescriptor.cs (1)
83
return extenderInfo.
ComponentType
;
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (4)
165
if (oldProp.
ComponentType
== componentClass) {
265
realChangedEvent = TypeDescriptor.GetEvents(
ComponentType
)[string.Format(CultureInfo.InvariantCulture, "{0}Changed", Name)];
290
if (typeof(INotifyPropertyChanged).IsAssignableFrom(
ComponentType
)) {
457
for (Type t =
ComponentType
.BaseType; t != null && t != typeof(object); t = t.BaseType)