2 references to s_switchMap
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Common\src\System\LocalAppContext.cs (2)
58
isPresent =
s_switchMap
.TryGetValue(switchName, out isEnabled);
102
s_switchMap
[switchName] = initialValue;