5 references to DataObjectSettingDataEventHandler
PresentationCore (5)
Core\CSharp\System\Windows\DataObject.cs (3)
1083public static void AddSettingDataHandler(DependencyObject element, DataObjectSettingDataEventHandler handler) 1093public static void RemoveSettingDataHandler(DependencyObject element, DataObjectSettingDataEventHandler handler) 1151typeof(DataObjectSettingDataEventHandler), //
Core\CSharp\System\Windows\DataObjectSettingDataEventArgs.cs (2)
107DataObjectSettingDataEventHandler handler = (DataObjectSettingDataEventHandler)genericHandler;