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