5 references to IsInTextContent
PresentationFramework (5)
System\Windows\Documents\TextPointer.cs (2)
1284if (TextSchema.IsInTextContent(this)) 1324if (!TextSchema.IsInTextContent(this))
System\Windows\Documents\TextRangeBase.cs (1)
1373Invariant.Assert(TextSchema.IsInTextContent(insertPosition), "range.Start is expected to be in text content");
System\Windows\Documents\TextRangeEdit.cs (1)
688if (TextSchema.IsInTextContent(position))
System\Windows\Documents\TextRangeEditTables.cs (1)
769Invariant.Assert(TextSchema.IsInTextContent(position), "position must be in text content now");