15 references to IsEmpty
PresentationCore (15)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (2)
430|| (result.IsEmpty && (HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint) == false))) 581System.Diagnostics.Debug.Assert(result.IsEmpty);
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (1)
170if (fragment.IsEmpty)
Core\CSharp\MS\Internal\Ink\Lasso.cs (5)
266if (strokeFIndices.IsEmpty) 455if (previousIntersection.InSegment.IsEmpty) 563System.Diagnostics.Debug.Assert(!newFIndices.IsEmpty); 595get { return FIndices.IsEmpty;} 637if (FIndices.IsEmpty && !crossing.IsEmpty)
Core\CSharp\MS\Internal\Ink\StrokeIntersection.cs (3)
164internal bool IsEmpty { get { return _hitSegment.IsEmpty; } } 199if (!intersections[j].InSegment.IsEmpty) 231if (!intersections[j].HitSegment.IsEmpty)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (2)
925if (fragment.IsEmpty == false) 956if (!fragment.IsEmpty)
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (2)
526if (result.IsEmpty && (quad.IsEmpty || !HitTestQuadSegment(quad, hitBeginPoint, hitEndPoint))) 680return (result.IsEmpty && isInside) ? StrokeFIndices.Full : result;