1 write to cTabCount
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
1348pf.cTabCount = (short)((value == null) ? 0 : value.Length);
3 references to cTabCount
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
1328selTabs = new int[pf.cTabCount]; 1329for (int x = 0; x < pf.cTabCount; x++) 1350for (int x = 0; x < pf.cTabCount; x++)