|
|
|
@ -38,8 +38,8 @@ namespace ICSharpCode.WpfDesign.Designer.Extensions
@@ -38,8 +38,8 @@ namespace ICSharpCode.WpfDesign.Designer.Extensions
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Description of PolyLineHandlerExtension.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[ExtensionFor(typeof(Polyline), OverrideExtensions = new Type[] { typeof(ResizeThumbExtension), typeof(QuickOperationMenuExtension), })] |
|
|
|
|
[ExtensionFor(typeof(Polygon), OverrideExtensions = new Type[] { typeof(ResizeThumbExtension), typeof(QuickOperationMenuExtension), })] |
|
|
|
|
[ExtensionFor(typeof(Polyline))] |
|
|
|
|
[ExtensionFor(typeof(Polygon))] |
|
|
|
|
internal class PolyLineHandlerExtension : LineExtensionBase, IKeyDown, IKeyUp |
|
|
|
|
{ |
|
|
|
|
private readonly Dictionary<int, Bounds> _selectedThumbs = new Dictionary<int, Bounds>(); |
|
|
|
|