public IMouseProcessor GetAssociatedProcessor(IWpfTextView textView)
 {
     return(StructureAdornmentManager.Create(textView, this));
 }
#pragma warning restore 649

        public void TextViewCreated(IWpfTextView textView)
        {
            StructureAdornmentManager.Create(textView, this);
        }