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)
207
if (
_collection
is null)
211
else if (
_collection
.Locked)
213
return
_collection
;
217
_collection
.SetItems(collection);
225
if (
_collection
is not null)
227
if (!
_collection
.ReinitializeIfNotEqual((ICollection)currentObject!))
244
if (allEqual &&
_collection
is not null &&
_collection
.Count == 0)
249
return
_collection
?? @object;
278
_collection
?.Locked = true;
301
_collection
?.Locked = false;