5 references to IsReadOnlyProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGridCell.cs (5)
131DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 203DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 259else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 261DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 520get { return (bool)GetValue(IsReadOnlyProperty); }