Method | Description | |
---|---|---|
OpenGroup ( string changeGroupTitle, ICollection |
Opens a new change group used to batch several changes. ChangeGroups work as transactions and are used to support the Undo/Redo system.
|
|
Save ( |
Save the designed elements as XML.
|
Method | Description | |
---|---|---|
DesignContext ( ) : System.Collections.Generic |
Creates a new DesignContext instance.
|
protected DesignContext ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public abstract OpenGroup ( string changeGroupTitle, ICollection |
||
changeGroupTitle | string | |
affectedItems | ICollection |
|
return | ICSharpCode.WpfDesign.ChangeGroup |
public abstract Save ( |
||
writer | ||
return | void |