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