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