8 references to IsFull
PresentationCore (8)
MS\Internal\Ink\EllipticalNodeOperations.cs (3)
424
if (result.
IsFull
|| quad.IsEmpty
562
if (result.
IsFull
)
570
if (!result.
IsFull
)
MS\Internal\Ink\ErasingStroke.cs (1)
215
if (eraseAt[eraseAt.Count - 1].
IsFull
)
MS\Internal\Ink\StrokeNodeOperations.cs (2)
505
if (result.
IsFull
)
579
if (result.
IsFull
)
System\Windows\Ink\Stroke.cs (2)
731
if ((cutAt.Length == 1) && cutAt[0].
IsFull
)
789
if ((cutAt.Length == 0) || ((cutAt.Length == 1) && cutAt[0].
IsFull
))