1 write to owner
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
21this.owner = owner;
15 references to owner
System.Activities (15)
System\Activities\DynamicActivityTypeDescriptor.cs (15)
39return TypeDescriptor.GetAttributes(this.owner, true); 49return TypeDescriptor.GetClassName(this.owner, true); 54return TypeDescriptor.GetComponentName(this.owner, true); 59return TypeDescriptor.GetConverter(this.owner, true); 64return TypeDescriptor.GetDefaultEvent(this.owner, true); 69return TypeDescriptor.GetDefaultProperty(this.owner, true); 74return TypeDescriptor.GetEditor(this.owner, editorBaseType, true); 79return TypeDescriptor.GetEvents(this.owner, attributes, true); 84return TypeDescriptor.GetEvents(this.owner, true); 103dynamicProperties = TypeDescriptor.GetProperties(this.owner, attributes, true); 107dynamicProperties = TypeDescriptor.GetProperties(this.owner, true); 125throw FxTrace.Exception.AsError(new ValidationException(SR.ActivityPropertyRequiresName(this.owner.DisplayName))); 129throw FxTrace.Exception.AsError(new ValidationException(SR.ActivityPropertyRequiresType(this.owner.DisplayName))); 131propertyDescriptors.Add(new DynamicActivityPropertyDescriptor(property, this.owner.GetType())); 141return this.owner;