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