1 write to flagEditorTemplate
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
692this.flagEditorTemplate = new DataTemplate();
5 references to flagEditorTemplate
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (5)
690if (this.flagEditorTemplate == null) 693this.flagEditorTemplate.VisualTree = new FrameworkElementFactory(typeof(FlagEditor)); 694this.flagEditorTemplate.VisualTree.SetValue(FlagEditor.FlagTypeProperty, propertyType); 699this.flagEditorTemplate.VisualTree.SetBinding(FlagEditor.TextProperty, binding); 701return this.flagEditorTemplate;