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