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