9 references to IsTableCellRange
PresentationFramework (9)
System\Windows\Documents\TextRange.cs (1)
1088
if (!this.
IsTableCellRange
)
System\Windows\Documents\TextRangeBase.cs (1)
296
Invariant.Assert(!range.
IsTableCellRange
);
System\Windows\Documents\TextRangeEditTables.cs (4)
432
Invariant.Assert(selection.
IsTableCellRange
, "TextSelection call this method only if selection is in TableCellRange state");
564
Invariant.Assert(!selection.
IsTableCellRange
);
595
Invariant.Assert(!selection.
IsTableCellRange
);
1442
if (textRange.
IsTableCellRange
)
System\windows\Documents\TextSelection.cs (3)
306
Invariant.Assert(!this.
IsTableCellRange
);
595
if (this.
IsTableCellRange
)
1035
if (!this.
IsTableCellRange
)