Searched refs:viewState (Results 1 – 6 of 6) sorted by relevance
38 return viewState; in get()43 viewState = value; in set()48 Windows::UI::ViewManagement::ApplicationViewState viewState;
102 IMemento viewState; field in ComponentResultsView235 this.viewState = memento; in init()381 if (this.viewState != null) {382 Boolean state = this.viewState.getBoolean(IPerformancesConstants.PRE_FULL_LINE_SELECTION);
140 IMemento viewState; field in PerformancesView424 this.viewState = memento; in init()603 if (this.viewState != null) { in restoreState()604 …Boolean filterBaselinesState = this.viewState.getBoolean(IPerformancesConstants.PRE_FILTER_BASELIN… in restoreState()
382 if (this.viewState == null) { in restoreState()386 String dir = this.viewState.getString(IPerformancesConstants.PRE_WRITE_RESULTS_DIR); in restoreState()
335 String^ LayoutAwarePage::DetermineVisualState(ApplicationViewState viewState)337 switch (viewState)
63 …latform::String^ DetermineVisualState(Windows::UI::ViewManagement::ApplicationViewState viewState);