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