5 references to GetConnectingQuad
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (5)
150Quad quad = strokeNode.GetConnectingQuad(); 357Debug.Assert(!prevStrokeNode.GetConnectingQuad().IsEmpty, "prevStrokeNode.GetConnectingQuad() is Empty!"); 426if (!strokeNode.GetConnectingQuad().IsEmpty) 464Debug.Assert(!strokeNode.GetConnectingQuad().IsEmpty, "strokeNode.GetConnectingQuad was empty, this is unexpected"); 783Quad quad = strokeNodeCurrent.GetConnectingQuad();