PKHeX/PKHeX.WinForms/Controls/SAV Editor
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
..
BitmapAnimator.cs Minor clean 2019-09-10 22:07:50 -07:00
BoxEditor.cs Reload box data cache on resetting slots 2019-09-09 20:23:18 -07:00
BoxEditor.Designer.cs Add box rearranging 2018-01-23 22:37:55 -08:00
BoxEditor.resx Misc tweaks 2017-12-16 18:29:10 -08:00
BoxMenuStrip.cs Track slot modified count on sort/delete/mod 2019-02-20 17:59:54 -08:00
ContextMenuSAV.cs Fix GetUnderlyingControl call from ContextMenuStrip 2019-09-24 18:14:15 -07:00
ContextMenuSAV.Designer.cs Add icons 2018-04-21 22:31:11 -07:00
ContextMenuSAV.resx Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00
CryPlayer.cs Break up SlotChangeManager logic 2019-08-20 19:50:28 -07:00
DragManager.cs Clean up / fix external drag in (#2383) 2019-09-03 19:54:41 -07:00
DropModifier.cs Break up SlotChangeManager logic 2019-08-20 19:50:28 -07:00
SAVEditor.cs Add swsh content placeholders (#2392) 2019-09-23 16:56:47 -07:00
SAVEditor.Designer.cs Refactoring 2019-09-02 19:30:58 -07:00
SAVEditor.resx use SlotList view to dynamically show slots (#1798) 2018-01-30 18:52:55 -08:00
SlotChangeManager.cs Use slice operation instead of linq chain 2019-09-23 15:13:22 -07:00
SlotHoverHandler.cs Refactoring 2019-09-02 19:30:58 -07:00
SlotIndex.cs Minor clean 2019-09-10 22:07:50 -07:00
SlotList.cs Fix GetUnderlyingControl call from ContextMenuStrip 2019-09-24 18:14:15 -07:00
SlotList.Designer.cs use SlotList view to dynamically show slots (#1798) 2018-01-30 18:52:55 -08:00
SlotList.resx Add SlotList control 2018-01-16 19:32:54 -08:00
SlotTrackerImage.cs Refactoring 2019-09-02 19:30:58 -07:00
SlotUtil.cs Refactoring 2019-09-02 19:30:58 -07:00
SummaryPreviewer.cs Break up SlotChangeManager logic 2019-08-20 19:50:28 -07:00