6 references to IsReadOnlyProperty
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (2)
2766
get { return (bool)GetValue(
IsReadOnlyProperty
); }
2767
set { SetValue(
IsReadOnlyProperty
, value); }
System\Windows\Controls\DataGridCell.cs (2)
257
else if (e.Property == DataGrid.
IsReadOnlyProperty
|| e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty)
543
DataGrid.
IsReadOnlyProperty
);
System\Windows\Controls\DataGridColumn.cs (2)
168
DataGrid.
IsReadOnlyProperty
);
836
else if (e.Property == DataGrid.
IsReadOnlyProperty
|| e.Property == IsReadOnlyProperty)