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