4 writes to InvokingHandler
PresentationCore (4)
System\Windows\RoutedEventArgs.cs (4)
291InvokingHandler = true; 306InvokingHandler = false; 325InvokingHandler = true; 333InvokingHandler = false;
2 references to InvokingHandler
PresentationCore (2)
System\Windows\RoutedEventArgs.cs (2)
97if (UserInitiated && InvokingHandler) 189if (InvokingHandler && UserInitiated)