12 references to IsReadOnlyProperty
PresentationFramework (12)
System\Windows\Controls\DataGridBoundColumn.cs (1)
63CoerceValue(IsReadOnlyProperty);
System\Windows\Controls\DataGridCell.cs (2)
257else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 541DataGridColumn.IsReadOnlyProperty,
System\Windows\Controls\DataGridColumn.cs (6)
142get { return (bool)GetValue(IsReadOnlyProperty); } 143set { SetValue(IsReadOnlyProperty, value); } 166IsReadOnlyProperty, 836else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 838DataGridHelper.TransferProperty(this, IsReadOnlyProperty); 923DataGridHelper.TransferProperty(this, IsReadOnlyProperty);
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
110CoerceValue(IsReadOnlyProperty); 147CoerceValue(IsReadOnlyProperty); 173CoerceValue(IsReadOnlyProperty);