1 write to cTabCount
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1215pf.cTabCount = (short)((value is null) ? 0 : value.Length);
3 references to cTabCount
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
1188selTabs = new int[pf.cTabCount]; 1189for (int x = 0; x < pf.cTabCount; x++) 1217for (int x = 0; x < pf.cTabCount; x++)