2 instantiations of Edge
PresentationCore (2)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
836
edge = new
Edge
(p3D1, p3D2);
842
edge = new
Edge
(p3D2, p3D1);
6 references to Edge
PresentationCore (6)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (6)
250
Dictionary<
Edge
, EdgeInfo> adjInformation = new Dictionary<
Edge
, EdgeInfo>();
382
foreach (
Edge
edge in adjInformation.Keys)
427
Dictionary<
Edge
, EdgeInfo> adjInformation,
820
Dictionary<
Edge
, EdgeInfo> adjInformation)
829
Edge
edge;