7 references to Locked
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (3)
211
else 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
56
if (
Locked
)
84
if (
Locked
)