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