4 references to ChildElement_MouseLeave
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (2)
43this.StartSymbol.MouseLeave += new MouseEventHandler(ChildElement_MouseLeave); 589deleteShape.MouseLeave -= new MouseEventHandler(ChildElement_MouseLeave);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
287element.MouseLeave -= new MouseEventHandler(ChildElement_MouseLeave); 1228container.MouseLeave += new MouseEventHandler(ChildElement_MouseLeave);