6 references to IsReadOnlyProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
2774get { return (bool)GetValue(IsReadOnlyProperty); } 2775set { SetValue(IsReadOnlyProperty, value); }
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
259else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 545DataGrid.IsReadOnlyProperty);
src\Framework\System\Windows\Controls\DataGridColumn.cs (2)
172DataGrid.IsReadOnlyProperty); 846else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == IsReadOnlyProperty)