2 writes to LoadDynamicContentDataCallback
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
73this.dgHelper.LoadDynamicContentDataCallback = this.OnShowExtendedValueEditor;
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
71this.dgHelper.LoadDynamicContentDataCallback = this.OnShowExtendedValueEditor;
4 references to LoadDynamicContentDataCallback
System.Activities.Presentation (4)
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);