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