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