public static void PushStateToStack(int state) { if (!mSuppressStatePush && PlatformServices.BackStackEnabled) { mBackStack.MoveTo(new StackItem { State = state }); } }