2 writes to Locked
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (2)
280_collection.Locked = true; 306_collection.Locked = false;
5 references to Locked
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
211else if (_collection.Locked)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.MultiMergeCollection.cs (4)
48/// if not <see cref="Locked"/> and the <paramref name="collection"/> does not match. 51/// 'true' if <see cref="Locked"/> or <paramref name="collection"/> matches the contents of this 56if (Locked) 84if (Locked)