12 references to IsReadOnlyProperty
PresentationFramework (12)
System\Windows\Controls\DataGridBoundColumn.cs (1)
69CoerceValue(IsReadOnlyProperty);
System\Windows\Controls\DataGridCell.cs (2)
264else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 548DataGridColumn.IsReadOnlyProperty,
System\Windows\Controls\DataGridColumn.cs (6)
145get { return (bool)GetValue(IsReadOnlyProperty); } 146set { SetValue(IsReadOnlyProperty, value); } 169IsReadOnlyProperty, 839else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 841DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 926DataGridHelper.TransferProperty(this, IsReadOnlyProperty);
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
114CoerceValue(IsReadOnlyProperty); 151CoerceValue(IsReadOnlyProperty); 177CoerceValue(IsReadOnlyProperty);