4 writes to InvokingHandler
PresentationCore (4)
System\Windows\RoutedEventArgs.cs (4)
284InvokingHandler = true; 299InvokingHandler = false; 318InvokingHandler = true; 326InvokingHandler = false;
2 references to InvokingHandler
PresentationCore (2)
System\Windows\RoutedEventArgs.cs (2)
90if (UserInitiated && InvokingHandler) 182if (InvokingHandler && UserInitiated)