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