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