5 references to IsReadOnlyProperty
PresentationFramework (5)
System\Windows\Controls\DataGridCell.cs (5)
136
DataGridHelper.TransferProperty(this,
IsReadOnlyProperty
);
208
DataGridHelper.TransferProperty(this,
IsReadOnlyProperty
);
264
else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property ==
IsReadOnlyProperty
)
266
DataGridHelper.TransferProperty(this,
IsReadOnlyProperty
);
525
get { return (bool)GetValue(
IsReadOnlyProperty
); }