5 references to IsReadOnlyProperty
PresentationFramework (5)
System\Windows\Controls\DataGridCell.cs (5)
129DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 198DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 254else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 256DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 515get { return (bool)GetValue(IsReadOnlyProperty); }