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