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