12 references to IsReadOnlyProperty
PresentationFramework (12)
System\Windows\Controls\DataGridBoundColumn.cs (1)
62CoerceValue(IsReadOnlyProperty);
System\Windows\Controls\DataGridCell.cs (2)
253else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 537DataGridColumn.IsReadOnlyProperty,
System\Windows\Controls\DataGridColumn.cs (6)
141get { return (bool)GetValue(IsReadOnlyProperty); } 142set { SetValue(IsReadOnlyProperty, value); } 165IsReadOnlyProperty, 835else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 837DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 916DataGridHelper.TransferProperty(this, IsReadOnlyProperty);
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
109CoerceValue(IsReadOnlyProperty); 146CoerceValue(IsReadOnlyProperty); 172CoerceValue(IsReadOnlyProperty);