2 instantiations of Edge
PresentationCore (2)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
857
edge = new
Edge
(p3D1, p3D2);
863
edge = new
Edge
(p3D2, p3D1);
6 references to Edge
PresentationCore (6)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (6)
271
Dictionary<
Edge
, EdgeInfo> adjInformation = new Dictionary<
Edge
, EdgeInfo>();
403
foreach (
Edge
edge in adjInformation.Keys)
448
Dictionary<
Edge
, EdgeInfo> adjInformation,
841
Dictionary<
Edge
, EdgeInfo> adjInformation)
850
Edge
edge;