What is the WPF control that VS2010 uses for the code editor?

What is the WPF control that VS2010 uses for the code editor? I tried to use WPF version 1 a while ago but it was really bad. Seams like performance in .NET 4 are much better.

My question has to do with the fact that I am very unhappy with the editors available for Windows and I want to try making one myself :) Any help would be greatly appreciated.

thank

+2


source to share


1 answer


VS2010 uses what Microsoft has written for its own internal use. It is not a redistributable control.



The best code editing tool for WPF I have found (to date) is Actipro SyntaxEditor .

+4


source







All Articles