11 references to GetCachedSwitchValue
System.Windows.Forms (11)
winforms\Managed\System\WinForms\LocalAppContextSwitches.cs (11)
38
return LocalAppContext.
GetCachedSwitchValue
(LocalAppContextSwitches.DontSupportReentrantFilterMessageSwitchName, ref _dontSupportReentrantFilterMessage);
45
return LocalAppContext.
GetCachedSwitchValue
(LocalAppContextSwitches.DoNotSupportSelectAllShortcutInMultilineTextBoxSwitchName, ref _doNotSupportSelectAllShortcutInMultilineTextBox);
52
return LocalAppContext.
GetCachedSwitchValue
(LocalAppContextSwitches.DoNotLoadLatestRichEditControlSwitchName, ref _doNotLoadLatestRichEditControl);
59
return LocalAppContext.
GetCachedSwitchValue
(LocalAppContextSwitches.UseLegacyContextMenuStripSourceControlValueSwitchName, ref _useLegacyContextMenuStripSourceControlValue);
66
return LocalAppContext.
GetCachedSwitchValue
(LocalAppContextSwitches.DomainUpDownUseLegacyScrollingSwitchName, ref _useLegacyDomainUpDownScrolling);
73
return LocalAppContext.
GetCachedSwitchValue
(LocalAppContextSwitches.AllowUpdateChildControlIndexForTabControlsSwitchName, ref _allowUpdateChildControlIndexForTabControls);
80
return LocalAppContext.
GetCachedSwitchValue
(LocalAppContextSwitches.UseLegacyImagesSwitchName, ref _useLegacyImages);
87
return LocalAppContext.
GetCachedSwitchValue
(LocalAppContextSwitches.EnableVisualStyleValidationSwitchName, ref _enableVisualStyleValidation);
105
LocalAppContext.
GetCachedSwitchValue
(LocalAppContextSwitches.EnableLegacyDangerousClipboardDeserializationModeSwitchName, ref _enableLegacyDangerousClipboardDeserializationMode);
119
return LocalAppContext.
GetCachedSwitchValue
(LocalAppContextSwitches.EnableLegacyChineseIMEIndicatorSwitchName, ref _enableLegacyChineseIMEIndicator);
130
return LocalAppContext.
GetCachedSwitchValue
(LocalAppContextSwitches.EnableLegacyIMEFocusInComboBoxSwitchName, ref _enableLegacyIMEFocusInComboBox);