3 writes to ReadOnly
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
557info.ReadOnly = PropertyInfo.ReadOnlyTrue; 668propertyInfo.ReadOnly = PropertyInfo.ReadOnlyFalse; 860pi.ReadOnly = PropertyInfo.ReadOnlyFalse;
2 references to ReadOnly
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (2)
467info.ReadOnly != PropertyInfo.ReadOnlyFalse, 858if (pi.ReadOnly != PropertyInfo.ReadOnlyTrue)