5 references to IsReadOnlyProperty
PresentationFramework (5)
System\Windows\Controls\DataGridCell.cs (5)
136DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 208DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 264else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 266DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 525get { return (bool)GetValue(IsReadOnlyProperty); }