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