5 references to AtParagraphBoundary
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextRange.cs (5)
241while (!AtParagraphBoundary(text, Start)) 249while (!AtParagraphBoundary(text, End)) 654if (string.IsNullOrWhiteSpace(text) || index <= 0 || index >= text.Length || AtParagraphBoundary(text, index)) 1004while (!AtParagraphBoundary(text, index)) 1138while (!AtParagraphBoundary(text, index))