I think some one has pointed out that WPF has a quite unique way of handling mouse event, it internally uses hit testing to determine which element is the source of the mouse event, so if you set the element's background into transparent, the hit testing will just go through it, so you have to set the background of an element into non-transparent brush, so the mouse event can be detected and raised on it.
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.