3 references to IsSwitchEnabled
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\src\System\LocalAppContext.cs (3)
37DisableCaching = IsSwitchEnabled(@"TestSwitch.LocalAppContext.DisableCaching"); 87return IsSwitchEnabled(switchName); 90bool isEnabled = IsSwitchEnabled(switchName);