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: Jan 16 at 3:13 PM by Kacper_j | Created: Jan 16 at 3:13 PM by Kacper_j