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