1 implementation of IsTableCellRange
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
444
bool ITextRange.
IsTableCellRange
17 references to IsTableCellRange
PresentationFramework (17)
System\windows\Documents\TextEditorCopyPaste.cs (1)
356
if (This.Selection.
IsTableCellRange
)
System\windows\Documents\TextEditorDragDrop.cs (1)
609
if (selectionContainedDropPosition && selection.
IsTableCellRange
)
System\windows\Documents\TextEditorLists.cs (1)
67
if (This != null && This._IsEnabled && !This.IsReadOnly && !This.Selection.
IsTableCellRange
)
System\windows\Documents\TextEditorTyping.cs (7)
898
if (This.Selection.
IsTableCellRange
)
924
if (textRange.
IsTableCellRange
)
956
if (This.Selection.
IsTableCellRange
)
986
if (textRange.
IsTableCellRange
)
1032
if (This.Selection.
IsTableCellRange
|| !This.AcceptsReturn)
1051
if (This.Selection.
IsTableCellRange
|| !This.AcceptsReturn || !This.UiScope.IsKeyboardFocused)
1404
if (This.Selection.
IsTableCellRange
)
System\Windows\Documents\TextRange.cs (2)
442
/// <see cref="ITextRange.
IsTableCellRange
"/>
1397
return ((ITextRange)this).
IsTableCellRange
;
System\Windows\Documents\TextRangeBase.cs (2)
255
if (thisRange.
IsTableCellRange
)
1241
if (!thisRange.
IsTableCellRange
)
System\Windows\Documents\TextRangeEditTables.cs (1)
42
if (range == null || !range.
IsTableCellRange
)
System\Windows\Documents\TextRangeSerialization.cs (2)
91
if (range.
IsTableCellRange
)
336
Invariant.Assert(range.
IsTableCellRange
, "range is expected to be in IsTableCellRange state");