1 write to layoutPerformance
System.Windows.Forms (1)
misc\CompModSwitches.cs (1)
243layoutPerformance = new TraceSwitch("LayoutPerformance", "Tracks layout events which impact performance.");
2 references to layoutPerformance
System.Windows.Forms (2)
misc\CompModSwitches.cs (2)
242if (layoutPerformance == null) { 245return layoutPerformance;