27 references to _richTextBoxFlags
System.Windows.Forms (27)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (27)
101
_richTextBoxFlags
[s_autoWordSelectionSection] = 0; // This is false by default
119
get =>
_richTextBoxFlags
[s_allowOleDropSection] != 0;
122
_richTextBoxFlags
[s_allowOleDropSection] = value ? 1 : 0;
129
get =>
_richTextBoxFlags
[s_allowOleObjectsSection] != 0;
132
_richTextBoxFlags
[s_allowOleObjectsSection] = value ? 1 : 0;
163
get =>
_richTextBoxFlags
[s_autoWordSelectionSection] != 0;
166
_richTextBoxFlags
[s_autoWordSelectionSection] = value ? 1 : 0;
238
get =>
_richTextBoxFlags
[s_callOnContentsResizedSection] != 0;
239
set =>
_richTextBoxFlags
[s_callOnContentsResizedSection] = value ? 1 : 0;
335
get =>
_richTextBoxFlags
[s_autoUrlDetectSection] != 0;
340
_richTextBoxFlags
[s_autoUrlDetectSection] = value ? 1 : 0;
361
get =>
_richTextBoxFlags
[s_enableAutoDragDropSection] != 0;
364
_richTextBoxFlags
[s_enableAutoDragDropSection] = value ? 1 : 0;
451
get =>
_richTextBoxFlags
[s_fInCtorSection] != 0;
452
set =>
_richTextBoxFlags
[s_fInCtorSection] = value ? 1 : 0;
482
get =>
_richTextBoxFlags
[s_linkcursorSection] != 0;
483
set =>
_richTextBoxFlags
[s_linkcursorSection] = value ? 1 : 0;
502
get =>
_richTextBoxFlags
[s_protectedErrorSection] != 0;
503
set =>
_richTextBoxFlags
[s_protectedErrorSection] = value ? 1 : 0;
542
get =>
_richTextBoxFlags
[s_richTextShortcutsEnabledSection] != 0;
547
_richTextBoxFlags
[s_richTextShortcutsEnabledSection] = value ? 1 : 0;
638
get => (RichTextBoxScrollBars)
_richTextBoxFlags
[s_scrollBarsSection];
647
_richTextBoxFlags
[s_scrollBarsSection] = (int)value;
1285
get { return
_richTextBoxFlags
[s_showSelBarSection] != 0; }
1290
_richTextBoxFlags
[s_showSelBarSection] = value ? 1 : 0;
1368
get { return
_richTextBoxFlags
[s_suppressTextChangedEventSection] != 0; }
1374
_richTextBoxFlags
[s_suppressTextChangedEventSection] = value ? 1 : 0;