5 references to DataObjectCopyingEventHandler
PresentationCore (5)
Core\CSharp\System\Windows\DataObject.cs (3)
995public static void AddCopyingHandler(DependencyObject element, DataObjectCopyingEventHandler handler) 1005public static void RemoveCopyingHandler(DependencyObject element, DataObjectCopyingEventHandler handler) 1123typeof(DataObjectCopyingEventHandler), //
Core\CSharp\System\Windows\DataObjectCopyingEventArgs.cs (2)
100DataObjectCopyingEventHandler handler = (DataObjectCopyingEventHandler)genericHandler;