8 references to IsFull
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (3)
429
if (result.
IsFull
|| quad.IsEmpty
569
if (result.
IsFull
)
577
if (!result.
IsFull
)
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (1)
218
if (eraseAt[eraseAt.Count - 1].
IsFull
)
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (2)
521
if (result.
IsFull
)
597
if (result.
IsFull
)
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
763
if ((cutAt.Length == 1) && cutAt[0].
IsFull
)
821
if ((cutAt.Length == 0) || ((cutAt.Length == 1) && cutAt[0].
IsFull
))