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