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