4 references to AcceptsReturn
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditor.cs (1)
1269if (!this.AcceptsReturn)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1150if (!This.AcceptsReturn)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1058if (This.Selection.IsTableCellRange || !This.AcceptsReturn) 1077if (This.Selection.IsTableCellRange || !This.AcceptsReturn || !This.UiScope.IsKeyboardFocused)