2 writes to _extendedEditorTemplate
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\ExtendedPropertyValueEditor.cs (2)
31
_extendedEditorTemplate
= extendedEditorTemplate;
42
set {
_extendedEditorTemplate
= value; }
2 references to _extendedEditorTemplate
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\ExtendedPropertyValueEditor.cs (2)
41
get { return
_extendedEditorTemplate
; }
48
mode == PropertyContainerEditMode.ExtendedPopup) ?
_extendedEditorTemplate
: (DataTemplate)null);