4 writes to InvokingHandler
PresentationCore (4)
System\Windows\RoutedEventArgs.cs (4)
290InvokingHandler = true; 305InvokingHandler = false; 324InvokingHandler = true; 332InvokingHandler = false;
2 references to InvokingHandler
PresentationCore (2)
System\Windows\RoutedEventArgs.cs (2)
96if (UserInitiated && InvokingHandler) 188if (InvokingHandler && UserInitiated)