4 references to DT_CALCRECT
System.Windows.Forms (3)
System\Windows\Forms\Rendering\TextExtensions.cs (3)
162
if (isTop || flags.HasFlag(DRAW_TEXT_FORMAT.DT_SINGLELINE) || flags.HasFlag(DRAW_TEXT_FORMAT.
DT_CALCRECT
))
170
flags |= DRAW_TEXT_FORMAT.
DT_CALCRECT
;
264
dt |= DRAW_TEXT_FORMAT.
DT_CALCRECT
;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
187
PInvoke.DrawText(hdc, t, Text.Length, ref rect, DRAW_TEXT_FORMAT.
DT_CALCRECT
);