2 writes to _totalNumber
Accessibility_Core_App (2)
PrintingControls.cs (2)
30
_totalNumber
+= 1; // increment count by 1
58
_itemPerpage =
_totalNumber
= 0;
2 references to _totalNumber
Accessibility_Core_App (2)
PrintingControls.cs (2)
25
while (
_totalNumber
<= 500) // check the number of items
28
e.Graphics.DrawString($"{txtPrint.Text} {
_totalNumber
}", font, brush, 50, currentY);