9 references to IsTableCellRange
PresentationFramework (9)
System\Windows\Documents\TextRange.cs (1)
1076
if (!this.
IsTableCellRange
)
System\Windows\Documents\TextRangeBase.cs (1)
292
Invariant.Assert(!range.
IsTableCellRange
);
System\Windows\Documents\TextRangeEditTables.cs (4)
429
Invariant.Assert(selection.
IsTableCellRange
, "TextSelection call this method only if selection is in TableCellRange state");
561
Invariant.Assert(!selection.
IsTableCellRange
);
592
Invariant.Assert(!selection.
IsTableCellRange
);
1443
if (textRange.
IsTableCellRange
)
System\windows\Documents\TextSelection.cs (3)
290
Invariant.Assert(!this.
IsTableCellRange
);
579
if (this.
IsTableCellRange
)
1016
if (!this.
IsTableCellRange
)