1 reference to OnIsReadOnlyChanged
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
2782DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(DataGrid), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnIsReadOnlyChanged)));