2 writes to IsReadOnly
System.Web (2)
UI\WebControls\DetailsViewRowsGenerator.cs (1)
81fieldProps.IsReadOnly = isKey;
UI\WebControls\GridViewColumnsGenerator.cs (1)
126fieldProps.IsReadOnly = isKey;
3 references to IsReadOnly
System.Web (3)
UI\WebControls\AutoFieldsGenerator.cs (1)
50field.ReadOnly = fieldProperties.IsReadOnly;
UI\WebControls\DetailsView.cs (1)
1509field.ReadOnly = fieldProperties.IsReadOnly;
UI\WebControls\GridView.cs (1)
1912field.ReadOnly = fieldProperties.IsReadOnly;