2 writes to updateCounter
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
2296if (updateCounter++ == 0 && null == Properties.GetObject(PropDelayedUpdateItems)) { 3038if (--updateCounter == 0 && null != Properties.GetObject(PropDelayedUpdateItems)) {
1 reference to updateCounter
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
3772if (updateCounter > 0 && Properties.GetObject(PropDelayedUpdateItems) != null) {