5 references to IsReadOnlyProperty
PresentationFramework (5)
System\Windows\Controls\DataGridCell.cs (5)
128DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 197DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 253else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 255DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 514get { return (bool)GetValue(IsReadOnlyProperty); }