9 references to IsTableCellRange
PresentationFramework (9)
System\Windows\Documents\TextRange.cs (1)
1077if (!this.IsTableCellRange)
System\Windows\Documents\TextRangeBase.cs (1)
293Invariant.Assert(!range.IsTableCellRange);
System\Windows\Documents\TextRangeEditTables.cs (4)
430Invariant.Assert(selection.IsTableCellRange, "TextSelection call this method only if selection is in TableCellRange state"); 562Invariant.Assert(!selection.IsTableCellRange); 593Invariant.Assert(!selection.IsTableCellRange); 1444if (textRange.IsTableCellRange)
System\windows\Documents\TextSelection.cs (3)
291Invariant.Assert(!this.IsTableCellRange); 580if (this.IsTableCellRange) 1017if (!this.IsTableCellRange)