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