5 references to DataObjectSettingDataEventHandler
PresentationCore (5)
System\Windows\dataobject.cs (3)
886
public static void AddSettingDataHandler(DependencyObject element,
DataObjectSettingDataEventHandler
handler)
896
public static void RemoveSettingDataHandler(DependencyObject element,
DataObjectSettingDataEventHandler
handler)
954
typeof(
DataObjectSettingDataEventHandler
), //
System\Windows\DataObjectSettingDataEventArgs.cs (2)
98
DataObjectSettingDataEventHandler
handler = (
DataObjectSettingDataEventHandler
)genericHandler;