2 writes to LoadCustomPropertyValueEditorCallback
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
74this.dgHelper.LoadCustomPropertyValueEditorCallback = this.OnLoadExtendedValueEditor;
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
72this.dgHelper.LoadCustomPropertyValueEditorCallback = this.OnLoadExtendedValueEditor;
4 references to LoadCustomPropertyValueEditorCallback
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (4)
585Fx.Assert(this.LoadCustomPropertyValueEditorCallback != null, "LoadCustomPropertyValueEditorCallback is not set!"); 588if (null != this.LoadDynamicContentDataCallback && null != this.LoadCustomPropertyValueEditorCallback) 592args.CanExecute = null != this.LoadCustomPropertyValueEditorCallback(cell, row.Item); 606var editor = this.LoadCustomPropertyValueEditorCallback(cell, row.Item);