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