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