Implemented interface member:
property
PathTypeId
System.Activities.Presentation.Internal.PropertyEditing.Selection.ISelectionPathInterpreter.PathTypeId
2 references to PathTypeId
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryContainerSelectionPathInterpreter.cs (2)
48return new SelectionPath(PathTypeId, path.ToString()); 56if (path == null || !string.Equals(PathTypeId, path.PathTypeId))