4 references to AppContextSwitchNames
PresentationCore.Tests (4)
TestUtilities\AppContextSwitchScope.cs (1)
22if (!AppContext.TryGetSwitch(AppContextSwitchNames.LocalAppContext_DisableCaching, out bool isEnabled)
TestUtilities\BinaryFormatterScope.cs (3)
21_switchScope = new AppContextSwitchScope(AppContextSwitchNames.EnableUnsafeBinaryFormatterSerialization, enable); 51AppContext.SetSwitch(AppContextSwitchNames.EnableUnsafeBinaryFormatterSerialization, false); 56AppContext.SetSwitch(AppContextSwitchNames.EnableUnsafeBinaryFormatterSerialization, true);