I have a windows desktop application in c# (WPF), which is basically an issue managing application for a call center. It manages (adds, edits, deletes,...) customer issues (records in database), where each issue has numerous fields (textboxes, textareas, checkboxes,...) While the issue is generated, a user often copies/pastes data from other resources to this and other applications (excel, notepad, browser...), and has a windows clipboard full of valuable data.I have a windows desktop application in c# (WPF