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