8 references to IsFull
PresentationCore (8)
MS\Internal\Ink\EllipticalNodeOperations.cs (3)
423
if (result.
IsFull
|| quad.IsEmpty
561
if (result.
IsFull
)
569
if (!result.
IsFull
)
MS\Internal\Ink\ErasingStroke.cs (1)
214
if (eraseAt[eraseAt.Count - 1].
IsFull
)
MS\Internal\Ink\StrokeNodeOperations.cs (2)
504
if (result.
IsFull
)
578
if (result.
IsFull
)
System\Windows\Ink\Stroke.cs (2)
730
if ((cutAt.Length == 1) && cutAt[0].
IsFull
)
788
if ((cutAt.Length == 0) || ((cutAt.Length == 1) && cutAt[0].
IsFull
))