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