5 references to DataObjectSettingDataEventHandler
PresentationCore (5)
System\Windows\dataobject.cs (3)
895
public static void AddSettingDataHandler(DependencyObject element,
DataObjectSettingDataEventHandler
handler)
905
public static void RemoveSettingDataHandler(DependencyObject element,
DataObjectSettingDataEventHandler
handler)
963
typeof(
DataObjectSettingDataEventHandler
), //
System\Windows\DataObjectSettingDataEventArgs.cs (2)
100
DataObjectSettingDataEventHandler
handler = (
DataObjectSettingDataEventHandler
)genericHandler;