C# (CSharp) ICSharpCode.AvalonEdit.Utils Namespace

Classes

Name Description
BusyManager This class is used to prevent stack overflows by representing a 'busy' flag that prevents reentrance when another call is running. However, using a simple 'bool busy' is not thread-safe, so we use a thread-static BusyManager.
BusyManager.BusyLock
Constants
ExtensionMethods
RichTextWriter A text writer that supports creating spans of highlighted text.