27 references to richTextBoxFlags
System.Windows.Forms (27)
winforms\Managed\System\WinForms\RichTextBox.cs (27)
146
richTextBoxFlags
[autoWordSelectionSection] = 0;// This is false by default
165
return
richTextBoxFlags
[allowOleDropSection] != 0;
178
richTextBoxFlags
[allowOleDropSection] = value ? 1 : 0;
185
return
richTextBoxFlags
[allowOleObjectsSection] != 0;
188
richTextBoxFlags
[allowOleObjectsSection] = value ? 1 : 0;
228
get { return
richTextBoxFlags
[autoWordSelectionSection] != 0; }
230
richTextBoxFlags
[autoWordSelectionSection] = value ? 1 : 0;
322
get { return
richTextBoxFlags
[callOnContentsResizedSection] != 0; }
323
set {
richTextBoxFlags
[callOnContentsResizedSection] = value ? 1 : 0; }
447
return
richTextBoxFlags
[autoUrlDetectSection] != 0;
451
richTextBoxFlags
[autoUrlDetectSection] = value ? 1 : 0;
481
return
richTextBoxFlags
[enableAutoDragDropSection] != 0;
496
richTextBoxFlags
[enableAutoDragDropSection] = value ? 1 : 0;
578
get { return
richTextBoxFlags
[fInCtorSection] != 0; }
579
set {
richTextBoxFlags
[fInCtorSection] = value ? 1 : 0; }
617
get { return
richTextBoxFlags
[linkcursorSection] != 0; }
618
set {
richTextBoxFlags
[linkcursorSection] = value ? 1 : 0; }
648
get { return
richTextBoxFlags
[protectedErrorSection] != 0; }
649
set {
richTextBoxFlags
[protectedErrorSection] = value ? 1 : 0; }
683
get { return
richTextBoxFlags
[richTextShortcutsEnabledSection] != 0; }
688
richTextBoxFlags
[richTextShortcutsEnabledSection] = value ? 1 : 0;
786
return (RichTextBoxScrollBars)
richTextBoxFlags
[scrollBarsSection];
806
richTextBoxFlags
[scrollBarsSection] = (int) value;
1418
get { return
richTextBoxFlags
[showSelBarSection] != 0; }
1421
richTextBoxFlags
[showSelBarSection] = value ? 1 : 0;
1490
get { return
richTextBoxFlags
[suppressTextChangedEventSection] != 0; }
1494
richTextBoxFlags
[suppressTextChangedEventSection] = value ? 1 : 0;