1 write to _collection
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
209_collection = new MultiMergeCollection(collection);
13 references to _collection
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (13)
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; 278if (_collection is not null) 280_collection.Locked = true; 304if (_collection is not null) 306_collection.Locked = false;