1 instantiation of EdgeInfo
PresentationCore (1)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
862edgeInfo = new EdgeInfo();
6 references to EdgeInfo
PresentationCore (6)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (6)
257Dictionary<Edge, EdgeInfo> adjInformation = new Dictionary<Edge, EdgeInfo>(); 391EdgeInfo ei = adjInformation[edge]; 434Dictionary<Edge, EdgeInfo> adjInformation, 827Dictionary<Edge, EdgeInfo> adjInformation) 855EdgeInfo edgeInfo;