public void Open() { if (this._splitmenu == null) { this._splitmenu = ChildFinder.FindChild <SplitView>(Window.Current.Content, "panel_splitter"); } this._splitmenu.IsPaneOpen = !this._splitmenu.IsPaneOpen; }
private CommandBar GetBar() { return(this._commandBar ?? ChildFinder.FindChild <CommandBar>(Window.Current.Content, "mainCommandBar")); }