1 write to realPropertyDescriptor
System.Workflow.Activities (1)
Common\BasePropertyDescriptor.cs (1)
173
this.
realPropertyDescriptor
= descriptor;
16 references to realPropertyDescriptor
System.Workflow.Activities (16)
Common\BasePropertyDescriptor.cs (16)
188
return this.
realPropertyDescriptor
;
196
return this.
realPropertyDescriptor
.Category;
205
attributes.AddRange(this.
realPropertyDescriptor
.Attributes);
215
return this.
realPropertyDescriptor
.Converter;
223
return this.
realPropertyDescriptor
.Description;
231
return this.
realPropertyDescriptor
.DisplayName;
239
return this.
realPropertyDescriptor
.ComponentType;
247
return this.
realPropertyDescriptor
.PropertyType;
255
return this.
realPropertyDescriptor
.IsReadOnly;
261
this.
realPropertyDescriptor
.ResetValue(component);
266
return this.
realPropertyDescriptor
.CanResetValue(component);
275
if (string.Equals(this.
realPropertyDescriptor
.GetType().FullName, "System.ComponentModel.Design.InheritedPropertyDescriptor", StringComparison.Ordinal))
278
return this.
realPropertyDescriptor
.ShouldSerializeValue(component);
287
return this.
realPropertyDescriptor
.GetValue(component);
293
this.
realPropertyDescriptor
.SetValue(component, value);
295
PropertyDescriptorUtils.SetPropertyValue(ServiceProvider, this.
realPropertyDescriptor
, component, value);