2 references to Quad
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (1)
162return new Quad(beginNode.Position + (vectorToLeftTangent * beginRadius),
Core\CSharp\MS\Internal\Ink\Quad.cs (1)
30private static Quad s_empty = new Quad(new Point(0, 0), new Point(0, 0), new Point(0, 0), new Point(0, 0));