Ejemplo n.º 1
0
 static public IWpfTextView GetTextView(this IVsTextManager txtMgr)
 {
     return(txtMgr.GetViewHost().TextView);
 }