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