4 references to AcceptsReturn
PresentationFramework (4)
System\windows\Documents\TextEditor.cs (1)
1233
if (!this.
AcceptsReturn
)
System\windows\Documents\TextEditorCopyPaste.cs (1)
962
if (!This.
AcceptsReturn
)
System\windows\Documents\TextEditorTyping.cs (2)
1032
if (This.Selection.IsTableCellRange || !This.
AcceptsReturn
)
1051
if (This.Selection.IsTableCellRange || !This.
AcceptsReturn
|| !This.UiScope.IsKeyboardFocused)