From 4a555a956a4ce11923599454831aacd407bb5a40 Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 21 May 2012 00:02:44 +0000 Subject: WinGui: Fixes to the DragDrop Library and added the source as a zip package. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4695 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../WPFDragDrop/GongSolutions.Wpf.DragDrop.XML | 142 ++++----------------- .../WPFDragDrop/GongSolutions.Wpf.DragDrop.dll | Bin 31232 -> 31232 bytes .../WPFDragDrop/GongSolutions.Wpf.DragDrop.pdb | Bin 77312 -> 69120 bytes .../libraries/WPFDragDrop/SourceModifications.zip | Bin 0 -> 21697 bytes 4 files changed, 28 insertions(+), 114 deletions(-) create mode 100644 win/CS/libraries/WPFDragDrop/SourceModifications.zip (limited to 'win/CS/libraries') diff --git a/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.XML b/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.XML index 6d3ed76fe..24df8ef25 100644 --- a/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.XML +++ b/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.XML @@ -222,92 +222,6 @@ Gets th orientation of the current drop target. - - - The drag adorner. - - - - - The m_ adorner layer. - - - - - The m_ adornment. - - - - - The m_ mouse position. - - - - - Initializes a new instance of the class. - - - The adorned element. - - - The adornment. - - - - - The detatch. - - - - - The get desired transform. - - - The transform. - - - - - - - The arrange override. - - - The final size. - - - - - - - The get visual child. - - - The index. - - - - - - - The measure override. - - - The constraint. - - - - - - - Gets or sets MousePosition. - - - - - Gets VisualChildrenCount. - - Interface implemented by Drop Handlers. @@ -337,34 +251,6 @@ Information about the drop. - - - Interface implemented by Drag Handlers. - - - - - Queries whether a drag can be started. - - - - Information about the drag. - - - - To allow a drag to be started, the property on - should be set to a value other than . - - - - - Notifies the drag handler that a drop has occurred. - - - - Information about the drop. - - Gets or sets the drag data. @@ -533,5 +419,33 @@ will hold a ListBoxItem. + + + Interface implemented by Drag Handlers. + + + + + Queries whether a drag can be started. + + + + Information about the drag. + + + + To allow a drag to be started, the property on + should be set to a value other than . + + + + + Notifies the drag handler that a drop has occurred. + + + + Information about the drop. + + diff --git a/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.dll b/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.dll index f4925187d..47a513ca6 100644 Binary files a/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.dll and b/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.dll differ diff --git a/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.pdb b/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.pdb index 5015d297b..90b441736 100644 Binary files a/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.pdb and b/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.pdb differ diff --git a/win/CS/libraries/WPFDragDrop/SourceModifications.zip b/win/CS/libraries/WPFDragDrop/SourceModifications.zip new file mode 100644 index 000000000..a08196a6e Binary files /dev/null and b/win/CS/libraries/WPFDragDrop/SourceModifications.zip differ -- cgit v1.2.3