Skip to content

Instantly share code, notes, and snippets.

@TimPaterson
TimPaterson / SelectableTextBlock.cs
Created May 8, 2023 21:28
SelectableTextBlock: A WPF TextBlock control with selectable text
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
namespace S100debugger;