Method | Description | |
---|---|---|
AutoLayoutChildShapes ( System shapeElementMap ) : void | ||
CanCommitCallback ( Microsoft transaction ) : Microsoft.VisualStudio.Modeling.CanCommitResult | ||
CanShapeContainConnectors ( ShapeElement parentCandidate ) : bool | ||
CoerceSelection ( DiagramItem item, DiagramClientView view, bool isAddition ) : void | ||
DoHitTest ( PointD point, DiagramHitTestInfo hitTestInfo, bool includeTolerance ) : bool | ||
DrawResizeFeedback ( DiagramPaintEventArgs e, RectangleD bounds ) : void | ||
FixUpChildShapes ( Microsoft childElement ) : ShapeElement | ||
FixUpDiagramSelection ( ShapeElement newChildShape ) : System.Collections.IList | ||
GetChildElements ( Microsoft parentElement ) : System.Collections.ICollection | ||
OnBeginEdit ( DiagramItemEventArgs e ) : void | ||
OnDragDrop ( DiagramDragEventArgs e ) : void | ||
OnDragOver ( DiagramDragEventArgs e ) : void | ||
nHydrateDiagram ( Microsoft store ) : System |
Constructor
|
Method | Description | |
---|---|---|
CalculateDerivedVisible ( ShapeElement source ) : bool | ||
CreateChildShape ( Microsoft element ) : ShapeElement | ||
DetermineHighlightShape ( ShapeElement shape ) : ShapeElement | ||
InitializeResources ( Microsoft classStyleSet ) : void | ||
OnChildConfiguring ( Microsoft child, bool createdDuringViewFixup ) : void | ||
OnElementAdded ( Microsoft e ) : void | ||
OnElementDeleted ( Microsoft e ) : void | ||
OnShapeConfiguring ( |
||
OnShapeDoubleClick ( |
||
nHydrateDiagram_DiagramAdded ( object sender, Microsoft e ) : void |
Method | Description | |
---|---|---|
CanUndoRedoCallback ( bool isUndo, Microsoft transactionItem ) : bool | ||
DiagramViewablePropertyChanged ( object sender, Microsoft e ) : void | ||
FieldAdded ( object sender, Microsoft e ) : void | ||
FieldPropertyChanged ( object sender, Microsoft e ) : void | ||
IndexColumnAdded ( object sender, Microsoft e ) : void | ||
NotifyShapeDoubleClick ( Microsoft shape ) : void | ||
ViewFieldPropertyChanged ( object sender, Microsoft e ) : void |
public AutoLayoutChildShapes ( System shapeElementMap ) : void | ||
shapeElementMap | System | |
return | void |
protected CalculateDerivedVisible ( ShapeElement source ) : bool | ||
source | ShapeElement | |
return | bool |
public CanCommitCallback ( Microsoft transaction ) : Microsoft.VisualStudio.Modeling.CanCommitResult | ||
transaction | Microsoft | |
return | Microsoft.VisualStudio.Modeling.CanCommitResult |
public CanShapeContainConnectors ( ShapeElement parentCandidate ) : bool | ||
parentCandidate | ShapeElement | |
return | bool |
public CoerceSelection ( DiagramItem item, DiagramClientView view, bool isAddition ) : void | ||
item | DiagramItem | |
view | DiagramClientView | |
isAddition | bool | |
return | void |
protected CreateChildShape ( Microsoft element ) : ShapeElement | ||
element | Microsoft | |
return | ShapeElement |
protected DetermineHighlightShape ( ShapeElement shape ) : ShapeElement | ||
shape | ShapeElement | |
return | ShapeElement |
public DoHitTest ( PointD point, DiagramHitTestInfo hitTestInfo, bool includeTolerance ) : bool | ||
point | PointD | |
hitTestInfo | DiagramHitTestInfo | |
includeTolerance | bool | |
return | bool |
public DrawResizeFeedback ( DiagramPaintEventArgs e, RectangleD bounds ) : void | ||
e | DiagramPaintEventArgs | |
bounds | RectangleD | |
return | void |
public FixUpChildShapes ( Microsoft childElement ) : ShapeElement | ||
childElement | Microsoft | |
return | ShapeElement |
public FixUpDiagramSelection ( ShapeElement newChildShape ) : System.Collections.IList | ||
newChildShape | ShapeElement | |
return | System.Collections.IList |
public GetChildElements ( Microsoft parentElement ) : System.Collections.ICollection | ||
parentElement | Microsoft | |
return | System.Collections.ICollection |
protected InitializeResources ( Microsoft classStyleSet ) : void | ||
classStyleSet | Microsoft | |
return | void |
public OnBeginEdit ( DiagramItemEventArgs e ) : void | ||
e | DiagramItemEventArgs | |
return | void |
protected OnChildConfiguring ( Microsoft child, bool createdDuringViewFixup ) : void | ||
child | Microsoft | |
createdDuringViewFixup | bool | |
return | void |
public OnDragDrop ( DiagramDragEventArgs e ) : void | ||
e | DiagramDragEventArgs | |
return | void |
public OnDragOver ( DiagramDragEventArgs e ) : void | ||
e | DiagramDragEventArgs | |
return | void |
protected OnElementAdded ( Microsoft e ) : void | ||
e | Microsoft | |
return | void |
protected OnElementDeleted ( Microsoft e ) : void | ||
e | Microsoft | |
return | void |
protected OnShapeConfiguring ( |
||
e | ||
return | void |
protected OnShapeDoubleClick ( |
||
e | ||
return | void |
public nHydrateDiagram ( Microsoft store ) : System | ||
store | Microsoft | Store where new element is to be created. |
return | System |
protected nHydrateDiagram_DiagramAdded ( object sender, Microsoft e ) : void | ||
sender | object | |
e | Microsoft | |
return | void |