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