1 write to textMeasurementCache
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Label.cs (1)
764
textMeasurementCache
= new LayoutUtils.MeasureTextCache();
2 references to textMeasurementCache
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Label.cs (2)
763
if (
textMeasurementCache
== null) {
766
return
textMeasurementCache
;