5 references to PathInfo
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (5)
514paths.Add(new PathInfo(currentPath + indexString, info, info.ReturnType)); 643paths.Add(new PathInfo(propertyName, property, memberType)); 673paths.Add(new PathInfo(fieldName, field, BindHelpers.GetMemberType(field))); 694paths.Add(new PathInfo(currentPath + eventInfo.Name, eventInfo, eventType)); 727pathInfoList.Add(new PathInfo(eventArgs.Path, eventArgs.MemberInfo, BindHelpers.GetMemberType(eventArgs.MemberInfo)));