Eduardo Cobuci
Eduardo Cobuci

Reputation: 5640

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

What is the WPF control that VS2010 uses for the code editor? Some time in the past, I tried to use the 1st WPF version but it performed very bad. Seams like the performance in the .NET 4 is far better.

My question is actually related with the fact that I'm very unhappy with the editors available for Windows and want to try made one by myself :) Any help will be very welcome.

Thanks

Upvotes: 2

Views: 629

Answers (1)

Reed Copsey
Reed Copsey

Reputation: 564631

VS2010 uses something Microsoft wrote for their own, internal use. It is not a redistributable control.

The best code editing control for WPF I've found (to date) is Actipro's SyntaxEditor.

Upvotes: 4

Related Questions