PKHeX/PKHeX.WinForms/Util
Kurt f47382e34f Fix GetUnderlyingControl call from ContextMenuStrip
https://projectpokemon.org/home/forums/topic/55096-unhandled-exception-error-pkmdb/?tab=comments#comment-249235
had recently moved the contextmenu to the designer, event handler has
sender as the ContextMenuStrip

use recursion -> while loop so that the input can be any of the 3 cases;
it'll drill down until it gets a picturebox or none.
make generic for giggles, update usages so Array.IndexOf uses
picturebox[] instead of object[]
2019-09-24 18:14:15 -07:00
..
QRCoder More cleaning 2019-02-03 20:28:03 -08:00
ConfigUtil.cs Refactoring 2017-06-17 18:37:19 -07:00
DevUtil.cs Merge game selection alert & prompt to 1 popup 2019-01-15 22:26:45 -08:00
FontUtil.cs Simplify font loading 2019-05-19 14:37:15 -07:00
ImageUtil.cs Minor img processing update 2019-04-22 22:25:14 -07:00
NetUtil.cs More cleaning 2019-02-03 20:28:03 -08:00
SpriteBuilder.cs Minor img processing update 2019-04-22 22:25:14 -07:00
SpriteUtil.cs Minor clean 2019-07-14 15:06:45 -07:00
WinFormsTranslator.cs Use generic pattern match 2019-05-13 15:53:27 -07:00
WinFormsUtil.cs Fix GetUnderlyingControl call from ContextMenuStrip 2019-09-24 18:14:15 -07:00