6 references to RealPropertyDescriptor
System.Workflow.Activities (6)
Common\BasePropertyDescriptor.cs (5)
663
object key = DependencyProperty.FromName(this.
RealPropertyDescriptor
.Name, this.
RealPropertyDescriptor
.ComponentType);
667
key = this.
RealPropertyDescriptor
.ComponentType.FullName + "." + this.
RealPropertyDescriptor
.Name;
684
ITypeFilterProvider filterProvider = PropertyDescriptorUtils.GetComponent(new TypeDescriptorContext(ServiceProvider,
RealPropertyDescriptor
, component)) as ITypeFilterProvider;
Designers\WebServiceReceiveDesigner.cs (1)
128
RealPropertyDescriptor
.SetValue(component, value);