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)
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
if (
_collection
is not null)
280
_collection
.Locked = true;
304
if (
_collection
is not null)
306
_collection
.Locked = false;