1 reference to OnIsEditingChanged
PresentationFramework (1)
System\Windows\Controls\DataGridCell.cs (1)
466public static readonly DependencyProperty IsEditingProperty = DependencyProperty.Register("IsEditing", typeof(bool), typeof(DataGridCell), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnIsEditingChanged)));