5 references to AtParagraphBoundary
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextRange.cs (5)
239
while (!
AtParagraphBoundary
(text, Start))
247
while (!
AtParagraphBoundary
(text, End))
652
if (string.IsNullOrWhiteSpace(text) || index <= 0 || index >= text.Length ||
AtParagraphBoundary
(text, index))
1002
while (!
AtParagraphBoundary
(text, index))
1136
while (!
AtParagraphBoundary
(text, index))