Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 501623b

Browse files
committed
TopLeftContainerDragHandle for all Framework Elements
1 parent b562903 commit 501623b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Extensions/TopLeftContainerDragHandle.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,7 @@ namespace ICSharpCode.WpfDesign.Designer.Extensions
3535
/// The drag handle displayed for panels.
3636
/// </summary>
3737
[ExtensionServer(typeof(PrimarySelectionExtensionServer))]
38-
[ExtensionFor(typeof(Panel))]
39-
[ExtensionFor(typeof(Image))]
40-
[ExtensionFor(typeof(MediaElement))]
41-
[ExtensionFor(typeof(ItemsControl))]
42-
[ExtensionFor(typeof(Border))]
43-
[ExtensionFor(typeof(Viewbox))]
44-
[ExtensionFor(typeof(ContentControl))]
38+
[ExtensionFor(typeof(FrameworkElement))]
4539
public class TopLeftContainerDragHandle : AdornerProvider
4640
{
4741
/// <summary/>

0 commit comments

Comments
 (0)