4 references to AcceptsReturn
PresentationFramework (4)
System\windows\Documents\TextEditor.cs (1)
1242if (!this.AcceptsReturn)
System\windows\Documents\TextEditorCopyPaste.cs (1)
973if (!This.AcceptsReturn)
System\windows\Documents\TextEditorTyping.cs (2)
1041if (This.Selection.IsTableCellRange || !This.AcceptsReturn) 1060if (This.Selection.IsTableCellRange || !This.AcceptsReturn || !This.UiScope.IsKeyboardFocused)