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