3 references to ReadOnlyFalse
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
512props[pi.Index] = new Com2PropertyDescriptor(pi.DispId, pi.Name, temp, pi.ReadOnly != PropInfo.ReadOnlyFalse, pi.ValueType, pi.TypeData, !NativeMethods.Succeeded(hr)); 691pi.ReadOnly = PropInfo.ReadOnlyFalse; 922pi.ReadOnly = PropInfo.ReadOnlyFalse;