I tried something like this:
var attrs = typeof(System.Windows.Controls.ComboBox).GetCustomAttributes(typeof(System.Drawing.ToolboxBitmapAttribute), true);
...but attrs is empty collection. I also tried to look up for icons resources in assemblies and nothing found.