2 instantiations of Edge
PresentationCore (2)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
837
edge = new
Edge
(p3D1, p3D2);
843
edge = new
Edge
(p3D2, p3D1);
6 references to Edge
PresentationCore (6)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (6)
251
Dictionary<
Edge
, EdgeInfo> adjInformation = new Dictionary<
Edge
, EdgeInfo>();
383
foreach (
Edge
edge in adjInformation.Keys)
428
Dictionary<
Edge
, EdgeInfo> adjInformation,
821
Dictionary<
Edge
, EdgeInfo> adjInformation)
830
Edge
edge;