6 references to IsReadOnlyProperty
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (2)
2769get { return (bool)GetValue(IsReadOnlyProperty); } 2770set { SetValue(IsReadOnlyProperty, value); }
System\Windows\Controls\DataGridCell.cs (2)
264else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == DataGridColumn.IsReadOnlyProperty || e.Property == IsReadOnlyProperty) 550DataGrid.IsReadOnlyProperty);
System\Windows\Controls\DataGridColumn.cs (2)
171DataGrid.IsReadOnlyProperty); 839else if (e.Property == DataGrid.IsReadOnlyProperty || e.Property == IsReadOnlyProperty)