5 references to IsReadOnlyProperty
PresentationFramework (5)
System\Windows\Controls\DataGridCell.cs (5)
128
DataGridHelper.TransferProperty(this,
IsReadOnlyProperty
);
197
DataGridHelper.TransferProperty(this,
IsReadOnlyProperty
);
253
else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property ==
IsReadOnlyProperty
)
255
DataGridHelper.TransferProperty(this,
IsReadOnlyProperty
);
514
get { return (bool)GetValue(
IsReadOnlyProperty
); }