I`ve created big button which contains grid as below:
The Grid needs to have a Background other than the default null to receive input events. You may set a transparent background instead of null:
null
<Grid Background="Transparent"> ... </Grid>