4 references to OnChildElementMouseLeave
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
425element.MouseLeave -= new MouseEventHandler(OnChildElementMouseLeave); 479this.initialNode.MouseLeave += new MouseEventHandler(OnChildElementMouseLeave); 574element.MouseLeave += new MouseEventHandler(OnChildElementMouseLeave); 682removedStateDesigner.MouseLeave -= new MouseEventHandler(OnChildElementMouseLeave);