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;
364
get =>
_richTextBoxFlags
[s_autoUrlDetectSection] != 0;
369
_richTextBoxFlags
[s_autoUrlDetectSection] = value ? 1 : 0;
390
get =>
_richTextBoxFlags
[s_enableAutoDragDropSection] != 0;
393
_richTextBoxFlags
[s_enableAutoDragDropSection] = value ? 1 : 0;
486
get =>
_richTextBoxFlags
[s_fInCtorSection] != 0;
487
set =>
_richTextBoxFlags
[s_fInCtorSection] = value ? 1 : 0;
517
get =>
_richTextBoxFlags
[s_linkcursorSection] != 0;
518
set =>
_richTextBoxFlags
[s_linkcursorSection] = value ? 1 : 0;
537
get =>
_richTextBoxFlags
[s_protectedErrorSection] != 0;
538
set =>
_richTextBoxFlags
[s_protectedErrorSection] = value ? 1 : 0;
577
get =>
_richTextBoxFlags
[s_richTextShortcutsEnabledSection] != 0;
582
_richTextBoxFlags
[s_richTextShortcutsEnabledSection] = value ? 1 : 0;
673
get => (RichTextBoxScrollBars)
_richTextBoxFlags
[s_scrollBarsSection];
682
_richTextBoxFlags
[s_scrollBarsSection] = (int)value;
1321
get { return
_richTextBoxFlags
[s_showSelBarSection] != 0; }
1326
_richTextBoxFlags
[s_showSelBarSection] = value ? 1 : 0;
1399
get { return
_richTextBoxFlags
[s_suppressTextChangedEventSection] != 0; }
1405
_richTextBoxFlags
[s_suppressTextChangedEventSection] = value ? 1 : 0;