5 references to new
PresentationUI (5)
MS\Internal\Documents\Application\Trace.cs (5)
59internal static readonly BooleanSwitch File = new(FileSwitchName, FileSwitchName, "1"); 60internal static readonly BooleanSwitch Packaging = new(PackagingSwitchName, PackagingSwitchName, "1"); 61internal static readonly BooleanSwitch Presentation = new(PresentationSwitchName, PresentationSwitchName, "1"); 62internal static readonly BooleanSwitch Rights = new(RightsSwitchName, RightsSwitchName, "1"); 63internal static readonly BooleanSwitch Signatures = new(SignaturesSwitchName, SignaturesSwitchName, "1");