In a WPF app, is there a object I can assign to FileSystemWatcher.SynchronizingObject?
I can make my own, but if there is one available, I would like to use it.
Reflector shows that the only class that implements ISynchronizeInvoke
(i.e., the type of the FileSystemWatcher.SynchronizingObject
property) is System.Windows.Form.Control
(and its subclasses); there do not appear to be any WPF objects that implement this interface.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With