[WinForms] ComboBox, ListBox and TextBox should use Control Foreground+Background
authorMarek Habersack <grendel@twistedcode.net>
Fri, 16 Oct 2015 19:39:29 +0000 (21:39 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Fri, 16 Oct 2015 19:41:26 +0000 (21:41 +0200)
commitf412b5529e560bca594e0c29a47f32dcfb252820
tree6c1f3b4d3449a49277717e79af179890dd809ae5
parent973f63f32a3011684d0271218e71d4682e91d361
[WinForms] ComboBox, ListBox and TextBox should use Control Foreground+Background

They have been using Window Foreground+Background so far which make them unreadable
on systms with dark themes. This change makes them behave.
mcs/class/System.Windows.Forms/System.Windows.Forms/ComboBox.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/ListBox.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/TextBox.cs