1 instantiation of LocationChangedEventArgs
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
440OnLocationChanged(child, new LocationChangedEventArgs(pt));
2 references to LocationChangedEventArgs
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
464void OnLocationChanged(Object sender, LocationChangedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\LocationChangedEventHandler.cs (1)
7internal delegate void LocationChangedEventHandler(object sender, LocationChangedEventArgs e);