Vote to Remove Enum.IsDefined From All System.Drawing Members
Enum.IsDefined is an expensive call taking a significant amount of time, and boxing (allocating memory) on every call. There are numerous System.Drawing property setters that call Enum.IsDefined. Officially, Enum.IsDefined is recognized by MS as a problem and now its usage violates official .NET Framework Design Guidelines.
Speed up VG.net and other graphical applications, and reduce heap usage, by voting for this relatively minor change: