1 instantiation of EdgeInfo
PresentationCore (1)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
855edgeInfo = new EdgeInfo();
6 references to EdgeInfo
PresentationCore (6)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (6)
250Dictionary<Edge, EdgeInfo> adjInformation = new Dictionary<Edge, EdgeInfo>(); 384EdgeInfo ei = adjInformation[edge]; 427Dictionary<Edge, EdgeInfo> adjInformation, 820Dictionary<Edge, EdgeInfo> adjInformation) 848EdgeInfo edgeInfo;