5 references to IsReadOnlyProperty
PresentationFramework (5)
System\Windows\Controls\DataGridCell.cs (5)
129
DataGridHelper.TransferProperty(this,
IsReadOnlyProperty
);
198
DataGridHelper.TransferProperty(this,
IsReadOnlyProperty
);
254
else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property ==
IsReadOnlyProperty
)
256
DataGridHelper.TransferProperty(this,
IsReadOnlyProperty
);
515
get { return (bool)GetValue(
IsReadOnlyProperty
); }