In my last post I introduced a TextBoxBaseTraceListener class that looked like this. public class TextBoxBaseTraceListener : System.Diagnostics.TraceListener { public TextBoxBaseTraceListener( System.Windows.Controls.Primitives.TextBoxBase control) {
Read More...
In the past ( Virtualizing a Data Object ), I've talked about virtualizing a data object on the clipboard or in a drag-drop operation by using a Stream subclass. I have recently received some questions about this and I wanted to clarify this a bit (and
Read More...