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