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