9 references to IsTableCellRange
PresentationFramework (9)
src\Framework\System\Windows\Documents\TextRange.cs (1)
1085
if (!this.
IsTableCellRange
)
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
307
Invariant.Assert(!range.
IsTableCellRange
);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (4)
435
Invariant.Assert(selection.
IsTableCellRange
, "TextSelection call this method only if selection is in TableCellRange state");
567
Invariant.Assert(!selection.
IsTableCellRange
);
598
Invariant.Assert(!selection.
IsTableCellRange
);
1445
if (textRange.
IsTableCellRange
)
src\Framework\System\windows\Documents\TextSelection.cs (3)
309
Invariant.Assert(!this.
IsTableCellRange
);
598
if (this.
IsTableCellRange
)
1038
if (!this.
IsTableCellRange
)