Exemplo n.º 1
0
 public IMouseProcessor GetAssociatedProcessor(IWpfTextView textView)
 {
     return(StructureAdornmentManager.Create(textView, this));
 }
Exemplo n.º 2
0
#pragma warning restore 649

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