コード例 #1
0
 public IMouseProcessor GetAssociatedProcessor(IWpfTextView textView)
 {
     return(StructureAdornmentManager.Create(textView, this));
 }
コード例 #2
0
 public void TextViewCreated(IWpfTextView textView)
 {
     StructureAdornmentManager.Create(textView, this);
 }