1 implementation of IsTableCellRange
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
437
bool ITextRange.
IsTableCellRange
17 references to IsTableCellRange
PresentationFramework (17)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
484
if (This.Selection.
IsTableCellRange
)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
638
if (selectionContainedDropPosition && selection.
IsTableCellRange
)
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
85
if (This != null && This._IsEnabled && !This.IsReadOnly && !This.Selection.
IsTableCellRange
)
src\Framework\System\windows\Documents\TextEditorTyping.cs (7)
924
if (This.Selection.
IsTableCellRange
)
950
if (textRange.
IsTableCellRange
)
982
if (This.Selection.
IsTableCellRange
)
1012
if (textRange.
IsTableCellRange
)
1058
if (This.Selection.
IsTableCellRange
|| !This.AcceptsReturn)
1077
if (This.Selection.
IsTableCellRange
|| !This.AcceptsReturn || !This.UiScope.IsKeyboardFocused)
1430
if (This.Selection.
IsTableCellRange
)
src\Framework\System\Windows\Documents\TextRange.cs (2)
435
/// <see cref="ITextRange.
IsTableCellRange
"/>
1397
return ((ITextRange)this).
IsTableCellRange
;
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
269
if (thisRange.
IsTableCellRange
)
1255
if (!thisRange.
IsTableCellRange
)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
46
if (range == null || !range.
IsTableCellRange
)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
99
if (range.
IsTableCellRange
)
348
Invariant.Assert(range.
IsTableCellRange
, "range is expected to be in IsTableCellRange state");