2 writes to componentClass
System (2)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
114this.componentClass = componentClass; 153this.componentClass = componentClass;
21 references to componentClass
System (21)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (21)
308return componentClass; 346propInfo = componentClass.GetProperty(Name, bindingFlags, null, PropertyType, new Type[0], new ParameterModifier[0]); 352throw new InvalidOperationException(SR.GetString(SR.ErrorMissingPropertyAccessors, componentClass.FullName + "." + Name)); 356getMethod = FindMethod(componentClass, "Get" + Name, new Type[] { receiverType }, type); 423resetMethod = FindMethod(componentClass, "Reset" + Name, args, typeof(void), /* publicOnly= */ false); 482propInfo = componentClass.GetProperty(Name, bindingFlags, null, PropertyType, new Type[0], new ParameterModifier[0]); 489setMethod = FindMethod(componentClass, "Set" + Name, 526shouldSerializeMethod = FindMethod(componentClass, "ShouldSerialize" + Name, 586provider = (IExtenderProvider)GetInvocationTarget(componentClass, provider); 607provider = (IExtenderProvider)GetInvocationTarget(componentClass, provider); 648provider = (IExtenderProvider)GetInvocationTarget(componentClass, provider); 691provider = (IExtenderProvider)GetInvocationTarget(componentClass, provider); 708provider = (IExtenderProvider)GetInvocationTarget(componentClass, provider); 750component = GetInvocationTarget(componentClass, component); 767Debug.Assert(componentClass != null, "Must have a component class for FillAttributes"); 805Type currentReflectType = componentClass; 819currentReflectType = componentClass; 934component = GetInvocationTarget(componentClass, component); 1032object invokee = GetInvocationTarget(componentClass, component); 1110object invokee = GetInvocationTarget(componentClass, component); 1185component = GetInvocationTarget(componentClass, component);