Exception occurs when you try to remove event handler from faked object.
Cause:
DependencyObjectRedirects.vb line 107:
If id - 1 Then
Should be:
If id = -1 Then
Id #10159 | Release:
None
| Updated: Feb 13 at 10:20 PM by Kacper_j | Created: Jan 16, 2012 at 3:13 PM by Kacper_j