internal void ReloadCanvasWindow() { this.mCurrentTapElementDisplayRow = 0; this.mCurrentTapElementDisplayCol = 0; if (this.ParentWindow.mTopBar.mAppTabButtons.SelectedTab != null) { KMManager.LoadIMActions(this.ParentWindow, this.ParentWindow.mTopBar.mAppTabButtons.SelectedTab.PackageName); } this.mCanvas.Children.Clear(); this.Init(); }