6 references to IsReadOnlyProperty
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (2)
2749get { return (bool)GetValue(IsReadOnlyProperty); } 2750set { SetValue(IsReadOnlyProperty, value); }
System\Windows\Controls\DataGridCell.cs (2)
254else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 540DataGrid.IsReadOnlyProperty);
System\Windows\Controls\DataGridColumn.cs (2)
168DataGrid.IsReadOnlyProperty); 836else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == IsReadOnlyProperty)