2 references to GetProperty
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ComponentSerializationService.cs (2)
325
PropertyInfo propertyInfo = XomlComponentSerializationService.
GetProperty
(obj.GetType(), (this.memberList[loop] as PropertyDescriptor).Name, BindingFlags.Public | BindingFlags.Instance);
516
PropertyInfo propInfo = XomlComponentSerializationService.
GetProperty
(this.obj.GetType(), propDesc.Name, BindingFlags.Public | BindingFlags.Instance);