1 write to lifetimeTracing
System.Windows.Forms (1)
misc\CompModSwitches.cs (1)
261lifetimeTracing = new BooleanSwitch("LifetimeTracing", "Track lifetime events. This will cause objects to track the stack at creation and dispose.");
2 references to lifetimeTracing
System.Windows.Forms (2)
misc\CompModSwitches.cs (2)
260if (lifetimeTracing == null) { 263return lifetimeTracing;