1 write to _collection
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
209_collection = new MultiMergeCollection(collection);
11 references to _collection
System.Windows.Forms (11)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (11)
207if (_collection is null) 211else if (_collection.Locked) 213return _collection; 217_collection.SetItems(collection); 225if (_collection is not null) 227if (!_collection.ReinitializeIfNotEqual((ICollection)currentObject!)) 244if (allEqual && _collection is not null && _collection.Count == 0) 249return _collection ?? @object; 278_collection?.Locked = true; 301_collection?.Locked = false;