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