2 writes to _dialogEditorTemplate
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DialogPropertyValueEditor.cs (2)
33_dialogEditorTemplate = dialogEditorTemplate; 44set { _dialogEditorTemplate = value; }
2 references to _dialogEditorTemplate
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DialogPropertyValueEditor.cs (2)
43get { return _dialogEditorTemplate; } 63(mode == PropertyContainerEditMode.Dialog ? _dialogEditorTemplate : (DataTemplate)null);