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