4 writes to InvokingHandler
PresentationCore (4)
System\Windows\RoutedEventArgs.cs (4)
283InvokingHandler = true; 298InvokingHandler = false; 317InvokingHandler = true; 325InvokingHandler = false;
2 references to InvokingHandler
PresentationCore (2)
System\Windows\RoutedEventArgs.cs (2)
89if (UserInitiated && InvokingHandler) 181if (InvokingHandler && UserInitiated)