1 instantiation of EdgeInfo
PresentationCore (1)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
856edgeInfo = new EdgeInfo();
6 references to EdgeInfo
PresentationCore (6)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (6)
251Dictionary<Edge, EdgeInfo> adjInformation = new Dictionary<Edge, EdgeInfo>(); 385EdgeInfo ei = adjInformation[edge]; 428Dictionary<Edge, EdgeInfo> adjInformation, 821Dictionary<Edge, EdgeInfo> adjInformation) 849EdgeInfo edgeInfo;