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