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