1 instantiation of EdgeInfo
PresentationCore (1)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
876edgeInfo = new EdgeInfo();
6 references to EdgeInfo
PresentationCore (6)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (6)
271Dictionary<Edge, EdgeInfo> adjInformation = new Dictionary<Edge, EdgeInfo>(); 405EdgeInfo ei = adjInformation[edge]; 448Dictionary<Edge, EdgeInfo> adjInformation, 841Dictionary<Edge, EdgeInfo> adjInformation) 869EdgeInfo edgeInfo;