1 instantiation of LocationChangedEventArgs
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
440
OnLocationChanged(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)
464
void OnLocationChanged(Object sender,
LocationChangedEventArgs
e)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\LocationChangedEventHandler.cs (1)
7
internal delegate void LocationChangedEventHandler(object sender,
LocationChangedEventArgs
e);