1 write to mapSource
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
258this.mapSource = value;
12 references to mapSource
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (12)
255get { return this.mapSource; } 266if (null != this.mapSource && null != this.mapSource.Content && this.mapSource.Content is FrameworkElement) 268FrameworkElement content = (FrameworkElement)this.mapSource.Content; 277this.mapSource.ScrollChanged += (s, e) => 509System.Diagnostics.Debug.WriteLine(string.Format(CultureInfo.InvariantCulture, "{0} ScrollViewer: EWidth {1}, EHeight {2}, AWidth {3}, AHeight {4}, ViewPortW {5} ViewPortH {6}", prefix, mapSource.ExtentWidth, mapSource.ExtentHeight, mapSource.ActualWidth, mapSource.ActualHeight, mapSource.ViewportWidth, mapSource.ViewportHeight));