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)
25while (_totalNumber <= 500) // check the number of items 28e.Graphics.DrawString($"{txtPrint.Text} {_totalNumber}", font, brush, 50, currentY);