5 references to AtParagraphBoundary
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (5)
172
for (; !
AtParagraphBoundary
(text, Start); Start--);
176
for (; !
AtParagraphBoundary
(text, End); End++);
590
if(
AtParagraphBoundary
(text, index))
919
for (index++; !
AtParagraphBoundary
(text, index); index++) ;
1059
for (index--; !
AtParagraphBoundary
(text, index); index--) ;