1 write to collection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
286collection = new MultiMergeCollection((ICollection)obj);
14 references to collection
System.Windows.Forms (14)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (14)
285if (collection == null) { 288else if (collection.Locked) { 289return collection; 292collection.SetItems((ICollection)obj); 299if (collection != null) { 300if (!collection.MergeCollection((ICollection)objCur)){ 316if (allEqual && collection != null && collection.Count == 0) { 320return (collection != null ? collection : obj); 353if (collection != null) { 354collection.Locked = true; 376if (collection != null) { 377collection.Locked = false;