8 references to MeasureTextCache
System.Windows.Forms (8)
System\Windows\Forms\Controls\Labels\Label.cs (7)
142MeasureTextCache.InvalidateCache(); 782MeasureTextCache.InvalidateCache(); 927if (!MeasureTextCache.TextRequiresWordBreak(Text, Font, constrainingSize, flags)) 1073requiredSize = MeasureTextCache.GetTextSize(Text, Font, proposedConstraints, format); 1194MeasureTextCache.InvalidateCache(); 1213MeasureTextCache.InvalidateCache(); 1339MeasureTextCache.InvalidateCache();
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1071Size requiredSize = MeasureTextCache.GetTextSize(Text, Font, finalRectSize, CreateTextFormatFlags(finalRectSize));