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
<ComboBox Style="{StaticResource {x:Static ToolBar.ComboBoxStyleKey}}"/>