Exemplo n.º 1
0
 public IWpfTextViewMargin CreateMargin(IWpfTextViewHost textViewHost, IWpfTextViewMargin containerMargin)
 {
     return(Margin.Create(
                _rsp.Value,
                _sp.GetService <EnvDTE.DTE>(),
                _sp.GetService <IVsDebugger, IVsDebugger3>(),
                textViewHost.TextView,
                _aggregatorFactory.CreateTagAggregator <IMarginGlyphTag>(textViewHost.TextView.TextBuffer)));
 }