1 write to StartSymbol
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (1)
40
this.
StartSymbol
= start;
15 references to StartSymbol
System.Activities.Core.Presentation (15)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (14)
41
PopulateConnectionPoints(this.
StartSymbol
, null);
42
this.
StartSymbol
.MouseEnter += new MouseEventHandler(ChildElement_MouseEnter);
43
this.
StartSymbol
.MouseLeave += new MouseEventHandler(ChildElement_MouseLeave);
51
FreeFormPanel.SetLocation(this.
StartSymbol
, locationPt);
56
this.
StartSymbol
.Measure(new Size(Double.PositiveInfinity, Double.PositiveInfinity));
57
double startHeight = this.
StartSymbol
.DesiredSize.Height;
58
double startWidth = this.
StartSymbol
.DesiredSize.Width;
60
Point startLocation = SnapVisualToGrid(this.
StartSymbol
, startPoint, new Point(-1, -1), false);
61
FreeFormPanel.SetLocation(this.
StartSymbol
, startLocation);
68
FreeFormPanel.SetChildSize(this.
StartSymbol
, (Size)sizeOfShape);
498
panel.Children.Add(this.
StartSymbol
);
533
connectorList.Add(CreateLink(this.
StartSymbol
, modelElement[dest], this.ModelItem));
657
newConnector = CreateLink(this.
StartSymbol
, modelElement[dest], this.ModelItem);
675
outGoingConnectors = GetOutGoingConnectors(this.
StartSymbol
);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
2423
return this.
StartSymbol
;