15 references to IsEmpty
PresentationCore (15)
MS\Internal\Ink\EllipticalNodeOperations.cs (2)
424|| (result.IsEmpty && (!HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint)))) 573System.Diagnostics.Debug.Assert(result.IsEmpty);
MS\Internal\Ink\ErasingStroke.cs (1)
166if (fragment.IsEmpty)
MS\Internal\Ink\Lasso.cs (5)
260if (strokeFIndices.IsEmpty) 448if (previousIntersection.InSegment.IsEmpty) 556System.Diagnostics.Debug.Assert(!newFIndices.IsEmpty); 590get { return FIndices.IsEmpty;} 632if (FIndices.IsEmpty && !crossing.IsEmpty)
MS\Internal\Ink\StrokeIntersection.cs (3)
156internal bool IsEmpty { get { return _hitSegment.IsEmpty; } } 191if (!intersections[j].InSegment.IsEmpty) 223if (!intersections[j].HitSegment.IsEmpty)
MS\Internal\Ink\StrokeNode.cs (2)
917if (!fragment.IsEmpty) 947if (!fragment.IsEmpty)
MS\Internal\Ink\StrokeNodeOperations.cs (2)
509if (result.IsEmpty && (quad.IsEmpty || !HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint))) 658return (result.IsEmpty && isInside) ? StrokeFIndices.Full : result;