5 references to AtParagraphBoundary
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (5)
159
for (; !
AtParagraphBoundary
(text, Start); Start--);
163
for (; !
AtParagraphBoundary
(text, End); End++);
565
if(
AtParagraphBoundary
(text, index))
894
for (index++; !
AtParagraphBoundary
(text, index); index++) ;
1034
for (index--; !
AtParagraphBoundary
(text, index); index--) ;