6 references to IsReadOnlyProperty
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (2)
2748get { return (bool)GetValue(IsReadOnlyProperty); } 2749set { SetValue(IsReadOnlyProperty, value); }
System\Windows\Controls\DataGridCell.cs (2)
253else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 539DataGrid.IsReadOnlyProperty);
System\Windows\Controls\DataGridColumn.cs (2)
167DataGrid.IsReadOnlyProperty); 835else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == IsReadOnlyProperty)