Name | Description | |
---|---|---|
![]() | CommandHandler Constructor | Create a normal CommandHandler. |
The following tables list the members exposed by CommandHandler.
Name | Description | |
---|---|---|
![]() | CommandHandler Constructor | Create a normal CommandHandler. |
Name | Description | |
---|---|---|
![]() ![]() | ClipboardBitmapProperty | Identifies the ClipboardBitmap dependency property. [WPF only] |
![]() ![]() | CopyingInclusionsProperty | Identifies the CopyingInclusions dependency property. |
![]() ![]() | DeletingInclusionsProperty | Identifies the DeletingInclusions dependency property. |
![]() ![]() | PrototypeGroupProperty | Identifies the PrototypeGroup dependency property. |
![]() ![]() | ZoomFactorProperty | Identifies the ZoomFactor dependency property. |
Name | Description | |
---|---|---|
![]() | AddHandler | Overloaded. (Inherited from System.Windows.UIElement) |
![]() | AddStandardBindings | Define the standard CommandBindings and InputBindings for all of the predefined diagram Commands. [WPF only] |
![]() | AddToEventRoute | (Inherited from System.Windows.UIElement) |
![]() | ApplyAnimationClock | Overloaded. (Inherited from System.Windows.UIElement) |
![]() | ApplyTemplate | (Inherited from System.Windows.FrameworkElement) |
![]() | Arrange | (Inherited from System.Windows.UIElement) |
![]() | BeginAnimation | Overloaded. (Inherited from System.Windows.UIElement) |
![]() | BeginInit | (Inherited from System.Windows.FrameworkElement) |
![]() | BeginStoryboard | Overloaded. (Inherited from System.Windows.FrameworkElement) |
![]() | BringIntoView | Overloaded. (Inherited from System.Windows.FrameworkElement) |
![]() | CanCopy | This overridable predicate controls whether or not the Copy command is executed. |
![]() | CanCut | This overridable predicate controls whether or not the Cut command is executed. |
![]() | CanDecreaseZoom | This overridable predicate controls whether or not the DecreaseZoom command is executed. |
![]() | CanDelete | This overridable predicate controls whether or not the Delete command is executed. |
![]() | CanEdit | This overridable predicate controls whether or not the Edit command is executed. |
![]() | CanGroup | This overridable predicate controls whether or not the Group command is executed. |
![]() | CanIncreaseZoom | This overridable predicate controls whether or not the IncreaseZoom command is executed. |
![]() | CanPaste | This overridable predicate controls whether or not the Paste command is executed. |
![]() | CanPrint | This overridable predicate controls whether or not the Print command is executed. |
![]() | CanRedo | This overridable predicate controls whether or not the Redo command is executed. |
![]() | CanSelectAll | This overridable predicate controls whether or not the SelectAll command is executed. |
![]() | CanStopCommand | This overridable predicate controls whether or not the StopCommand is executed. |
![]() | CanUndo | This overridable predicate controls whether or not the Undo command is executed. |
![]() | CanUngroup | This overridable predicate controls whether or not the Ungroup command is executed. |
![]() | CanZoom | This overridable predicate controls whether or not the Zoom command is executed. |
![]() | CanZoomToFit | This overridable predicate controls whether or not the ZoomToFit command is executed. |
![]() | CaptureMouse | (Inherited from System.Windows.UIElement) |
![]() | CaptureStylus | (Inherited from System.Windows.UIElement) |
![]() | CaptureTouch | (Inherited from System.Windows.UIElement) |
![]() | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | (Inherited from System.Windows.DependencyObject) |
![]() | Copy | Copy the currently Diagram.SelectedParts from the Diagram into the clipboard. |
![]() | Cut | Execute a Copy followed by a Delete. |
![]() | DecreaseZoom | Decrease the Diagram.Diagram.Panel.DiagramPanel.Scale by the given factor. |
![]() | Delete | Delete the currently Diagram.SelectedParts from the Diagram. |
![]() | DoKeyDown | This is called by the Northwoods.GoXam.Tool.ToolManager. |
![]() | DoKeyUp | This is called by the Northwoods.GoXam.Tool.ToolManager. |
![]() | Edit | Start in-place editing of the first TextBlock of the selected part. |
![]() | EndInit | (Inherited from System.Windows.FrameworkElement) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | FindCommonVisualAncestor | (Inherited from System.Windows.Media.Visual) |
![]() | FindName | (Inherited from System.Windows.FrameworkElement) |
![]() | FindResource | (Inherited from System.Windows.FrameworkElement) |
![]() | Focus | (Inherited from System.Windows.UIElement) |
![]() | GetAnimationBaseValue | (Inherited from System.Windows.UIElement) |
![]() | GetBindingExpression | (Inherited from System.Windows.FrameworkElement) |
![]() | GetHashCode | (Inherited from System.Windows.DependencyObject) |
![]() | GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | Group | Create a new group node and add the selected parts to that new group. |
![]() | IncreaseZoom | Increase the Diagram.Diagram.Panel.DiagramPanel.Scale by the given factor. |
![]() | InputHitTest | (Inherited from System.Windows.UIElement) |
![]() | InvalidateArrange | (Inherited from System.Windows.UIElement) |
![]() | InvalidateMeasure | (Inherited from System.Windows.UIElement) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateVisual | (Inherited from System.Windows.UIElement) |
![]() | IsAncestorOf | (Inherited from System.Windows.Media.Visual) |
![]() | IsDescendantOf | (Inherited from System.Windows.Media.Visual) |
![]() | Measure | (Inherited from System.Windows.UIElement) |
![]() | MoveFocus | (Inherited from System.Windows.FrameworkElement) |
![]() | OnApplyTemplate | (Inherited from System.Windows.FrameworkElement) |
![]() | Paste | Copy the contents of the clipboard as new nodes and links in this diagram, and make those new parts the new selection. |
![]() | PointFromScreen | (Inherited from System.Windows.Media.Visual) |
![]() | PointToScreen | (Inherited from System.Windows.Media.Visual) |
![]() | PredictFocus | (Inherited from System.Windows.FrameworkElement) |
![]() | Print the diagram by showing a PrintDialog and then calling the Diagram.PrintManager's PrintManager.Print method. | |
![]() | RaiseEvent | Overloaded. This method just calls UIElement.RaiseEvent on the Diagram and returns whether the event was handled. |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | Redo | Call Diagram.Diagram.Model.Northwoods.GoXam.Model.IDiagramModel.UndoManager.Northwoods.GoXam.Model.UndoManager.Redo. |
![]() | RegisterName | (Inherited from System.Windows.FrameworkElement) |
![]() | ReleaseAllTouchCaptures | (Inherited from System.Windows.UIElement) |
![]() | ReleaseMouseCapture | (Inherited from System.Windows.UIElement) |
![]() | ReleaseStylusCapture | (Inherited from System.Windows.UIElement) |
![]() | ReleaseTouchCapture | (Inherited from System.Windows.UIElement) |
![]() | RemoveHandler | (Inherited from System.Windows.UIElement) |
![]() | RemoveStandardBindings | Remove all of the standard diagram command bindings and input bindings. [WPF only] |
![]() | SelectAll | Select all of the Nodes and Links in the Diagram. |
![]() | SetBinding | Overloaded. (Inherited from System.Windows.FrameworkElement) |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetResourceReference | (Inherited from System.Windows.FrameworkElement) |
![]() | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | StopCommand | Cancel the operation of the current Diagram.CurrentTool. |
![]() | TransformToAncestor | Overloaded. (Inherited from System.Windows.Media.Visual) |
![]() | TransformToDescendant | (Inherited from System.Windows.Media.Visual) |
![]() | TransformToVisual | (Inherited from System.Windows.Media.Visual) |
![]() | TranslatePoint | (Inherited from System.Windows.UIElement) |
![]() | TryFindResource | (Inherited from System.Windows.FrameworkElement) |
![]() | Undo | Call Diagram.Diagram.Model.Northwoods.GoXam.Model.IDiagramModel.UndoManager.Northwoods.GoXam.Model.UndoManager.Undo. |
![]() | Ungroup | For each selected node that is a group, remove the group without removing its members from the diagram. |
![]() | UnregisterName | (Inherited from System.Windows.FrameworkElement) |
![]() | UpdateDefaultStyle | (Inherited from System.Windows.FrameworkElement) |
![]() | UpdateLayout | (Inherited from System.Windows.UIElement) |
![]() | Zoom | Set the DiagramPanel.Scale property of the Diagram.Panel to the given value. |
![]() | ZoomToFit | Change the DiagramPanel.Scale such that the whole diagram/document fits into the viewport; or if this command had just executed before, restore the original viewport. |