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