4 references to IsAtWordBoundary
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (4)
547if (expandStart && !IsAtWordBoundary(_start)) 551if (expandEnd && !IsAtWordBoundary(_end)) 752if (!IsAtWordBoundary(position)) 1474if (IsAtWordBoundary(position))