4 writes to propInfo
System (4)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (4)
127this.propInfo = propInfo; 166propInfo = oldProp.propInfo; 346propInfo = componentClass.GetProperty(Name, bindingFlags, null, PropertyType, new Type[0], new ParameterModifier[0]); 482propInfo = componentClass.GetProperty(Name, bindingFlags, null, PropertyType, new Type[0], new ParameterModifier[0]);
8 references to propInfo
System (8)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (8)
166propInfo = oldProp.propInfo; 344if (propInfo == null) { 348if (propInfo != null) { 349getMethod = propInfo.GetGetMethod(true); 453string name = propInfo.Name; 480if (propInfo == null) { 484if (propInfo != null) { 485setMethod = propInfo.GetSetMethod(true);