public static void SetIsPaneEnabled(this SplitView splitView, bool isPaneEnabled) { splitView.SetValue(IsPaneEnabledProperty, isPaneEnabled); }