Ejemplo n.º 1
0
        static void PlaceInfoPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            PlaceInfoControl placeInfoControl = d as PlaceInfoControl;

            if (placeInfoControl != null)
            {
                placeInfoControl.TextScrollViewer.ChangeView(null, 0, null, true);
            }
        }
Ejemplo n.º 2
0
 public ChangePlaceCommand(PlaceInfoControl placeInfoControl)
 {
     this.placeInfoControl = placeInfoControl;
 }