1 reference to OnNotifyIsReadOnlyChanged
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
524DependencyProperty.RegisterReadOnly("IsReadOnly", typeof(bool), typeof(DataGridCell), new FrameworkPropertyMetadata(false, OnNotifyIsReadOnlyChanged, OnCoerceIsReadOnly));