13 references to LinkType
System.Data (13)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\LinkBase.cs (5)
14: this(LinkType.Item, null, sourceVertex, destinationVertex) 19: this(LinkType.Property, propertyName, sourceVertex, destinationVertex) 23private LinkBase(LinkType linkType, string propertyName, ModelItem sourceVertex, ModelItem destinationVertex) 25Fx.Assert(linkType != LinkType.Item || propertyName == null, "propertyName should be null when linkType is LinkType.Item"); 35public LinkType LinkType { get; private set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (8)
1077if (edge.LinkType == LinkType.Property) 1093Fx.Assert(edge.LinkType == LinkType.Item, "unknown LinkType"); 1100if (edge.LinkType == LinkType.Property) 1114Fx.Assert(edge.LinkType == LinkType.Item, "unknown LinkType"); 1123if (edge.LinkType == LinkType.Property) 1145Fx.Assert(edge.LinkType == LinkType.Item, "unknown LinkType"); 1152if (backPointer.LinkType == LinkType.Property) 1158Fx.Assert(backPointer.LinkType == LinkType.Item, "unknown LinkType");