5 references to AtParagraphBoundary
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (5)
162
for (; !
AtParagraphBoundary
(text, Start); Start--);
166
for (; !
AtParagraphBoundary
(text, End); End++);
568
if(
AtParagraphBoundary
(text, index))
897
for (index++; !
AtParagraphBoundary
(text, index); index++) ;
1037
for (index--; !
AtParagraphBoundary
(text, index); index--) ;