5 references to IsInTextContent
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextPointer.cs (2)
1298if (TextSchema.IsInTextContent(this)) 1338if (!TextSchema.IsInTextContent(this))
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1387Invariant.Assert(TextSchema.IsInTextContent(insertPosition), "range.Start is expected to be in text content");
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
690if (TextSchema.IsInTextContent(position))
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
772Invariant.Assert(TextSchema.IsInTextContent(position), "position must be in text content now");