public void OnFieldMouseEnter(object sender, MouseEventArgs mouseEventArgs) { Button button = sender as Button; Tile tile = Placer.GetPlacerFromButton(_tileGrid, button) as Tile; _selection.UpdateChangedPlacerList(tile, _tileGrid); }