6 references to IsReadOnlyProperty
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (2)
2748
get { return (bool)GetValue(
IsReadOnlyProperty
); }
2749
set { SetValue(
IsReadOnlyProperty
, value); }
System\Windows\Controls\DataGridCell.cs (2)
253
else if (e.Property == DataGrid.
IsReadOnlyProperty
|| e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty)
539
DataGrid.
IsReadOnlyProperty
);
System\Windows\Controls\DataGridColumn.cs (2)
167
DataGrid.
IsReadOnlyProperty
);
835
else if (e.Property == DataGrid.
IsReadOnlyProperty
|| e.Property == IsReadOnlyProperty)