7 references to PropDelayedUpdateItems
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListView.cs (7)
2215ArrayList newItems = (ArrayList)Properties.GetObject(PropDelayedUpdateItems); 2219Properties.SetObject(PropDelayedUpdateItems, null); 2296if (updateCounter++ == 0 && null == Properties.GetObject(PropDelayedUpdateItems)) { 2297Properties.SetObject(PropDelayedUpdateItems, new ArrayList()); 3038if (--updateCounter == 0 && null != Properties.GetObject(PropDelayedUpdateItems)) { 3772if (updateCounter > 0 && Properties.GetObject(PropDelayedUpdateItems) != null) { 3782ArrayList itemList = (ArrayList)Properties.GetObject(PropDelayedUpdateItems);