1 reference to OnCoerceIsReadOnly
PresentationFramework (1)
System\Windows\Controls\DataGridColumn.cs (1)
153DependencyProperty.Register("IsReadOnly", typeof(bool), typeof(DataGridColumn), new FrameworkPropertyMetadata(false, OnNotifyCellPropertyChanged, OnCoerceIsReadOnly));