8 references to MeasureTextCache
System.Windows.Forms (8)
System\Windows\Forms\Controls\Labels\Label.cs (7)
146MeasureTextCache.InvalidateCache(); 784MeasureTextCache.InvalidateCache(); 929if (!MeasureTextCache.TextRequiresWordBreak(Text, Font, constrainingSize, flags)) 1075requiredSize = MeasureTextCache.GetTextSize(Text, Font, proposedConstraints, format); 1196MeasureTextCache.InvalidateCache(); 1215MeasureTextCache.InvalidateCache(); 1341MeasureTextCache.InvalidateCache();
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1071Size requiredSize = MeasureTextCache.GetTextSize(Text, Font, finalRectSize, CreateTextFormatFlags(finalRectSize));