2 writes to LoadDynamicContentDataCallback
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
73this.dgHelper.LoadDynamicContentDataCallback = this.OnShowExtendedValueEditor;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
71this.dgHelper.LoadDynamicContentDataCallback = this.OnShowExtendedValueEditor;
4 references to LoadDynamicContentDataCallback
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (4)
586Fx.Assert(this.LoadDynamicContentDataCallback != null, "LoadDynamicContentDataCallback is not set!"); 588if (null != this.LoadDynamicContentDataCallback && null != this.LoadCustomPropertyValueEditorCallback) 612var value = this.LoadDynamicContentDataCallback(cell, row.Item); 762var content = this.LoadDynamicContentDataCallback(cell, contentContainer.Content);