ApplyWorkspace(String)
|
Applies the workspace with the specified name to the target control.
|
CaptureWorkspace(String)
|
Creates a new workspace by capturing the current layout of the target control and its child controls.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetApplicationName(FrameworkElement)
static
|
Get the value of the WorkspaceManager.ApplicationName attached property to a specified WorkspaceManager.
|
GetHashCode()
|
Serves as the default hash function.
|
GetIsEnabled(FrameworkElement)
static
|
Gets the value of the WorkspaceManager.IsEnabled attached property for the specified FrameworkElement.
|
GetType()
|
Gets the Type of the current instance.
|
GetWorkspaceManager(FrameworkElement)
static
|
Gets the value of the WorkspaceManager.WorkspaceManager attached property for the specified FrameworkElement.
|
LoadWorkspace(String, Object)
|
Loads a workspace from the specified file or stream, and adds it to the WorkspaceManager.Workspaces collection under the specified name.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
RemoveWorkspace(String)
|
Removes the workspace with the specified name.
|
RenameWorkspace(String, String)
|
Renames the specified workspace.
|
SaveWorkspace(String, Object)
|
Saves the workspace with the specified name to a file or stream.
|
SetApplicationName(FrameworkElement, String)
static
|
Set the value of the WorkspaceManager.ApplicationName attached property to a specified WorkspaceManager.
|
SetIsEnabled(FrameworkElement, Boolean)
static
|
Sets the value of the WorkspaceManager.IsEnabled attached property to the specified FrameworkElement.
|
ToString()
|
Returns a string that represents the current object.
|