public InheritanceGlyphFactory(InheritanceGlyphFactoryProvider provider, IWpfTextView view, IWpfTextViewMargin margin)
 {
     this._provider = provider;
     this._view = view;
     this._margin = margin;
 }
 public InheritanceGlyphFactory(InheritanceGlyphFactoryProvider provider, IWpfTextView view, IWpfTextViewMargin margin)
 {
     this._provider = provider;
     this._view     = view;
     this._margin   = margin;
 }