2 references to TextRequiresWordBreak
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\Label.cs (1)
934if (!MeasureTextCache.TextRequiresWordBreak(Text, Font, constrainingSize, flags))
System\Windows\Forms\Layout\LayoutUtils.MeasureTextCache.cs (1)
31if (!TextRequiresWordBreak(text, font, proposedConstraints, flags))