8 references to MAX_TAB_STOPS
System.Windows.Forms (8)
winforms\Managed\System\WinForms\RichTextBox.cs (8)
829pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 900pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 1111pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 1152pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 1281pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 1321pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 1337if (value != null && value.Length > RichTextBoxConstants.MAX_TAB_STOPS) 1342pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS];