3 references to GT_USECRLF
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
3028if (flags.HasFlag(GETTEXTEX_FLAGS.GT_USECRLF)) 3061if (!flags.HasFlag(GETTEXTEX_FLAGS.GT_USECRLF))
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
6985string textOldWay = control.TestAccessor().Dynamic.GetTextEx(GETTEXTEX_FLAGS.GT_USECRLF);