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