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