2 references to DontSupportReentrantFilterMessageSwitchName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AppContextDefaultValues.Defaults.cs (1)
22
LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.
DontSupportReentrantFilterMessageSwitchName
, true);
winforms\Managed\System\WinForms\LocalAppContextSwitches.cs (1)
38
return LocalAppContext.GetCachedSwitchValue(LocalAppContextSwitches.
DontSupportReentrantFilterMessageSwitchName
, ref _dontSupportReentrantFilterMessage);