2 references to DelayedValidateWithoutUpdate
PresentationFramework (2)
System\Windows\Controls\DataGridRow.cs (2)
476
Dispatcher.BeginInvoke(new DispatcherOperationCallback(
DelayedValidateWithoutUpdate
), DispatcherPriority.DataBind, BindingGroup);
928
Dispatcher.BeginInvoke(new DispatcherOperationCallback(
DelayedValidateWithoutUpdate
), DispatcherPriority.DataBind, e.NewValue);