2 references to MapSourceProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (2)
44
get { return GetValue(
MapSourceProperty
) as ScrollViewer; }
45
set { SetValue(
MapSourceProperty
, value); }