Base:
property
PropertyType
System.ComponentModel.PropertyDescriptor.PropertyType
12 references to PropertyType
System (12)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (12)
187
if (defaultValue != null &&
PropertyType
.IsEnum &&
PropertyType
.GetEnumUnderlyingType() == defaultValue.GetType()) {
188
defaultValue = Enum.ToObject(
PropertyType
, defaultValue);
323
if (defaultValue != null &&
PropertyType
.IsEnum &&
PropertyType
.GetEnumUnderlyingType() == defaultValue.GetType()) {
324
defaultValue = Enum.ToObject(
PropertyType
, defaultValue);
346
propInfo = componentClass.GetProperty(Name, bindingFlags, null,
PropertyType
, new Type[0], new ParameterModifier[0]);
463
PropertyInfo p = t.GetProperty(name, bindingFlags, null,
PropertyType
, new Type[0], null);
482
propInfo = componentClass.GetProperty(Name, bindingFlags, null,
PropertyType
, new Type[0], new ParameterModifier[0]);
602
return
PropertyType
;
793
foreach (Attribute typeAttr in TypeDescriptor.GetAttributes(
PropertyType
)) {
833
memberInfo = currentReflectType.GetProperty(Name, bindingFlags, null,
PropertyType
, new Type[0], new ParameterModifier[0]);