7 references to Locked
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (3)
211else if (_collection.Locked) 278_collection?.Locked = true; 301_collection?.Locked = false;
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)