15 references to IsEmpty
PresentationCore (15)
MS\Internal\Ink\EllipticalNodeOperations.cs (2)
425|| (result.IsEmpty && (HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint) == false))) 574System.Diagnostics.Debug.Assert(result.IsEmpty);
MS\Internal\Ink\ErasingStroke.cs (1)
167if (fragment.IsEmpty)
MS\Internal\Ink\Lasso.cs (5)
261if (strokeFIndices.IsEmpty) 449if (previousIntersection.InSegment.IsEmpty) 557System.Diagnostics.Debug.Assert(!newFIndices.IsEmpty); 589get { return FIndices.IsEmpty;} 631if (FIndices.IsEmpty && !crossing.IsEmpty)
MS\Internal\Ink\StrokeIntersection.cs (3)
157internal bool IsEmpty { get { return _hitSegment.IsEmpty; } } 192if (!intersections[j].InSegment.IsEmpty) 224if (!intersections[j].HitSegment.IsEmpty)
MS\Internal\Ink\StrokeNode.cs (2)
918if (fragment.IsEmpty == false) 948if (!fragment.IsEmpty)
MS\Internal\Ink\StrokeNodeOperations.cs (2)
510if (result.IsEmpty && (quad.IsEmpty || !HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint))) 659return (result.IsEmpty && isInside) ? StrokeFIndices.Full : result;