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