3 references to IsSwitchEnabled
System.Windows.Forms (3)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (3)
45DisableCaching = IsSwitchEnabled(@"TestSwitch.LocalAppContext.DisableCaching"); 118return LocalAppContext.IsSwitchEnabled(switchName); 121bool isEnabled = LocalAppContext.IsSwitchEnabled(switchName);