2 instantiations of Edge
PresentationCore (2)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (2)
856
edge = new
Edge
(p3D1, p3D2);
862
edge = new
Edge
(p3D2, p3D1);
6 references to Edge
PresentationCore (6)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (6)
270
Dictionary<
Edge
, EdgeInfo> adjInformation = new Dictionary<
Edge
, EdgeInfo>();
402
foreach (
Edge
edge in adjInformation.Keys)
447
Dictionary<
Edge
, EdgeInfo> adjInformation,
840
Dictionary<
Edge
, EdgeInfo> adjInformation)
849
Edge
edge;