summaryrefslogtreecommitdiffstats
path: root/win/CS/libraries
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-05-21 00:02:44 +0000
committersr55 <[email protected]>2012-05-21 00:02:44 +0000
commit4a555a956a4ce11923599454831aacd407bb5a40 (patch)
tree25b22cd08bda90dcb6b0a2a1fd7cd5202b0285ee /win/CS/libraries
parent84c35378ff15d56f4dec5ca961514072e628c798 (diff)
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
Diffstat (limited to 'win/CS/libraries')
-rw-r--r--win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.XML142
-rw-r--r--win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.dllbin31232 -> 31232 bytes
-rw-r--r--win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.pdbbin77312 -> 69120 bytes
-rw-r--r--win/CS/libraries/WPFDragDrop/SourceModifications.zipbin0 -> 21697 bytes
4 files changed, 28 insertions, 114 deletions
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.
</summary>
</member>
- <member name="T:GongSolutions.Wpf.DragDrop.DragAdorner">
- <summary>
- The drag adorner.
- </summary>
- </member>
- <member name="F:GongSolutions.Wpf.DragDrop.DragAdorner.m_AdornerLayer">
- <summary>
- The m_ adorner layer.
- </summary>
- </member>
- <member name="F:GongSolutions.Wpf.DragDrop.DragAdorner.m_Adornment">
- <summary>
- The m_ adornment.
- </summary>
- </member>
- <member name="F:GongSolutions.Wpf.DragDrop.DragAdorner.m_MousePosition">
- <summary>
- The m_ mouse position.
- </summary>
- </member>
- <member name="M:GongSolutions.Wpf.DragDrop.DragAdorner.#ctor(System.Windows.UIElement,System.Windows.UIElement)">
- <summary>
- Initializes a new instance of the <see cref="T:GongSolutions.Wpf.DragDrop.DragAdorner"/> class.
- </summary>
- <param name="adornedElement">
- The adorned element.
- </param>
- <param name="adornment">
- The adornment.
- </param>
- </member>
- <member name="M:GongSolutions.Wpf.DragDrop.DragAdorner.Detatch">
- <summary>
- The detatch.
- </summary>
- </member>
- <member name="M:GongSolutions.Wpf.DragDrop.DragAdorner.GetDesiredTransform(System.Windows.Media.GeneralTransform)">
- <summary>
- The get desired transform.
- </summary>
- <param name="transform">
- The transform.
- </param>
- <returns>
- </returns>
- </member>
- <member name="M:GongSolutions.Wpf.DragDrop.DragAdorner.ArrangeOverride(System.Windows.Size)">
- <summary>
- The arrange override.
- </summary>
- <param name="finalSize">
- The final size.
- </param>
- <returns>
- </returns>
- </member>
- <member name="M:GongSolutions.Wpf.DragDrop.DragAdorner.GetVisualChild(System.Int32)">
- <summary>
- The get visual child.
- </summary>
- <param name="index">
- The index.
- </param>
- <returns>
- </returns>
- </member>
- <member name="M:GongSolutions.Wpf.DragDrop.DragAdorner.MeasureOverride(System.Windows.Size)">
- <summary>
- The measure override.
- </summary>
- <param name="constraint">
- The constraint.
- </param>
- <returns>
- </returns>
- </member>
- <member name="P:GongSolutions.Wpf.DragDrop.DragAdorner.MousePosition">
- <summary>
- Gets or sets MousePosition.
- </summary>
- </member>
- <member name="P:GongSolutions.Wpf.DragDrop.DragAdorner.VisualChildrenCount">
- <summary>
- Gets VisualChildrenCount.
- </summary>
- </member>
<member name="T:GongSolutions.Wpf.DragDrop.IDropTarget">
<summary>
Interface implemented by Drop Handlers.
@@ -337,34 +251,6 @@
Information about the drop.
</param>
</member>
- <member name="T:GongSolutions.Wpf.DragDrop.IDragSource">
- <summary>
- Interface implemented by Drag Handlers.
- </summary>
- </member>
- <member name="M:GongSolutions.Wpf.DragDrop.IDragSource.StartDrag(GongSolutions.Wpf.DragDrop.IDragInfo)">
- <summary>
- Queries whether a drag can be started.
- </summary>
-
- <param name="dragInfo">
- Information about the drag.
- </param>
-
- <remarks>
- To allow a drag to be started, the <see cref="P:GongSolutions.Wpf.DragDrop.DragInfo.Effects"/> property on <paramref name="dragInfo"/>
- should be set to a value other than <see cref="!:DragDropEffects.None"/>.
- </remarks>
- </member>
- <member name="M:GongSolutions.Wpf.DragDrop.IDragSource.Dropped(GongSolutions.Wpf.DragDrop.IDropInfo)">
- <summary>
- Notifies the drag handler that a drop has occurred.
- </summary>
-
- <param name="dropInfo">
- Information about the drop.
- </param>
- </member>
<member name="P:GongSolutions.Wpf.DragDrop.IDragInfo.Data">
<summary>
Gets or sets the drag data.
@@ -533,5 +419,33 @@
will hold a ListBoxItem.
</remarks>
</member>
+ <member name="T:GongSolutions.Wpf.DragDrop.IDragSource">
+ <summary>
+ Interface implemented by Drag Handlers.
+ </summary>
+ </member>
+ <member name="M:GongSolutions.Wpf.DragDrop.IDragSource.StartDrag(GongSolutions.Wpf.DragDrop.IDragInfo)">
+ <summary>
+ Queries whether a drag can be started.
+ </summary>
+
+ <param name="dragInfo">
+ Information about the drag.
+ </param>
+
+ <remarks>
+ To allow a drag to be started, the <see cref="P:GongSolutions.Wpf.DragDrop.DragInfo.Effects"/> property on <paramref name="dragInfo"/>
+ should be set to a value other than <see cref="!:DragDropEffects.None"/>.
+ </remarks>
+ </member>
+ <member name="M:GongSolutions.Wpf.DragDrop.IDragSource.Dropped(GongSolutions.Wpf.DragDrop.IDropInfo)">
+ <summary>
+ Notifies the drag handler that a drop has occurred.
+ </summary>
+
+ <param name="dropInfo">
+ Information about the drop.
+ </param>
+ </member>
</members>
</doc>
diff --git a/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.dll b/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.dll
index f4925187d..47a513ca6 100644
--- a/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.dll
+++ b/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.dll
Binary files 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
--- a/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.pdb
+++ b/win/CS/libraries/WPFDragDrop/GongSolutions.Wpf.DragDrop.pdb
Binary files differ
diff --git a/win/CS/libraries/WPFDragDrop/SourceModifications.zip b/win/CS/libraries/WPFDragDrop/SourceModifications.zip
new file mode 100644
index 000000000..a08196a6e
--- /dev/null
+++ b/win/CS/libraries/WPFDragDrop/SourceModifications.zip
Binary files differ