C# Class ICSharpCode.WpfDesign.Designer.Xaml.XamlEditOperations

Deals with operations on controls which also require access to internal XML properties of the XAML Document.
Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( ICollection designItems ) : void

Copy designItems from the designer to clipboard.

Cut ( ICollection designItems ) : void

Copy designItems from the designer to clipboard.

Paste ( ) : void

Paste items from clipboard into the designer.

XamlEditOperations ( XamlDesignContext context, XamlParserSettings settings ) : System

Private Methods

Méthode Description
AddInParent ( DesignItem parent, IList pastedItems ) : void

Adds Items under a parent given that the content property is collection and can add types of pastedItems

Method Details

Copy() public méthode

Copy designItems from the designer to clipboard.
public Copy ( ICollection designItems ) : void
designItems ICollection
Résultat void

Cut() public méthode

Copy designItems from the designer to clipboard.
public Cut ( ICollection designItems ) : void
designItems ICollection
Résultat void

Paste() public méthode

Paste items from clipboard into the designer.
public Paste ( ) : void
Résultat void

XamlEditOperations() public méthode

public XamlEditOperations ( XamlDesignContext context, XamlParserSettings settings ) : System
context XamlDesignContext
settings ICSharpCode.WpfDesign.XamlDom.XamlParserSettings
Résultat System