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