2 writes to cTabCount
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1215
pf.
cTabCount
= (short)((value is null) ? 0 : value.Length);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
6229
cTabCount
= tabCount
6 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++)
System.Windows.Forms.Interop.Tests (1)
RichTextBoxTests.cs (1)
122
Assert.Equal(6565, value.
cTabCount
);
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
6381
Assert.Equal(3, format.
cTabCount
);
6389
Assert.Equal(0, format.
cTabCount
);