I want to create a flat style template for WPF combobox which looks like a combobox in Visual Studio 2010. Also I want to use Visual Studio brushes for this template.
Does anybody help me to find the way? Are there any completed templates? Also does anybody know something about an application that can get controls templates from other applications?
Do you mean toolbar combobox toolbar style? Try this
Here's a link to the standard combobox styles and templates: http://msdn.microsoft.com/en-us/library/ms752094.aspx.
You should be able to add a style, similar to the following that makes the ComboBox flat (it may need some tweaking):
For checking over 3rd party .Net assemblies for control templates and styles, you can use Reflector (which now costs), or Telerik's JustDecompile (free). There are likely to be other tools similar to these, but these are all you need (especially Reflector).