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