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