8 references to IsOutside
PresentationCore (8)
MS\Internal\Ink\StrokeNodeOperations.cs (4)
385if (IsOutside(hitResult, lastResult)) 419return (!IsOutside(firstResult, hitResult)); 1111if (IsOutside(hitResult, lastResult)) 1149if ((k == 2) && (!IsOutside(firstResult, hitResult)))
MS\Internal\Ink\StrokeNodeOperations2.cs (4)
52if (IsOutside(hitResult, prevResult)) 63return (!IsOutside(firstResult, hitResult)); 93if (IsOutside(hitResult, prevResult)) 104return (!IsOutside(firstResult, hitResult));