void ExpandAll(AsyncOperationResult result)
 {
     PivotGrid.ExpandAllAsync(InitializationCompletedCallback);
 }