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