2 instantiations of Edge
PresentationCore (2)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
841
edge = new
Edge
(p3D1, p3D2);
847
edge = new
Edge
(p3D2, p3D1);
6 references to Edge
PresentationCore (6)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (6)
255
Dictionary<
Edge
, EdgeInfo> adjInformation = new Dictionary<
Edge
, EdgeInfo>();
387
foreach (
Edge
edge in adjInformation.Keys)
432
Dictionary<
Edge
, EdgeInfo> adjInformation,
825
Dictionary<
Edge
, EdgeInfo> adjInformation)
834
Edge
edge;