Exemple #1
0
 internal static object ValidateBlockExternalContentCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemple #2
0
 internal static object ValidateHasShownPeopleIKnowCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #3
0
 internal static object ValidateReportJunkSelectedCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #4
0
 internal static object ValidateShowPreviewTextInListViewCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemple #5
0
 internal static object ValidateHasShownIntroductionForPeopleCentricTriageCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #6
0
 internal static object ValidateIsClutterUIEnabledCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, UserConfigurationPropertyValidationUtility.DefaultIsClutterUIEnabled));
 }
Exemple #7
0
 internal static object ValidateIsInferenceSurveyCompleteCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #8
0
 internal static object ValidateDocumentFavoritesCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemple #9
0
 internal static object ValidateOutlookSharedFoldersCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemple #10
0
 internal static object ValidateIsMailRootFolderTreeCollapsedCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #11
0
 internal static object ValidateQuickLinksCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #12
0
 internal static object ValidateShowReadingPaneOnFirstLoadCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #13
0
 internal static object ValidateMailFolderPaneExpandedCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemple #14
0
 internal static object ValidateCheckForForgottenAttachmentsCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemple #15
0
 internal static object ValidateCalendarSidePanelIsExpanded(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemple #16
0
 internal static object ValidatePrimaryNavigationCollapsedCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #17
0
 internal static object ValidateShowInferenceUiElementsCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemple #18
0
 internal static object ValidateFindBarOnCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemple #19
0
 internal static object ValidateHasShownClutterDeleteAllIntroductionTWideCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #20
0
 internal static object ValidateIsOptimizedForAccessibilityCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #21
0
 internal static object ValidateDontShowSurveysCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #22
0
 internal static object ValidateAddRecipientsToAutoCompleteCacheCallBack(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemple #23
0
 internal static object ValidateAttachmentsFilePickerHideBanner(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #24
0
 internal static object ValidateManuallyPickCertificateCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #25
0
 internal static object ValidateHasShownIntroductionForModernGroupsCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #26
0
 internal static object ValidateHideDeletedItemsCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #27
0
 internal static object ValidateCalendarAgendaViewIsExpandedTWide(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }
Exemple #28
0
 internal static object ValidateHideMailTipsByDefaultCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #29
0
 internal static object ValidateCheckForReportJunkDialogCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, false));
 }
Exemple #30
0
 internal static object ValidateUseDesktopSignatureCallback(object value)
 {
     return(UserConfigurationPropertyValidationUtility.ValidateBoolValue(value, true));
 }