2 references to DoNotLoadLatestRichEditControlSwitchName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AppContextDefaultValues.Defaults.cs (1)
26
LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.
DoNotLoadLatestRichEditControlSwitchName
, true);
winforms\Managed\System\WinForms\LocalAppContextSwitches.cs (1)
52
return LocalAppContext.GetCachedSwitchValue(LocalAppContextSwitches.
DoNotLoadLatestRichEditControlSwitchName
, ref _doNotLoadLatestRichEditControl);