4 references to FlagEditor
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
21DependencyProperty.Register("FlagType", typeof(Type), typeof(FlagEditor), new PropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (3)
693this.flagEditorTemplate.VisualTree = new FrameworkElementFactory(typeof(FlagEditor)); 694this.flagEditorTemplate.VisualTree.SetValue(FlagEditor.FlagTypeProperty, propertyType); 699this.flagEditorTemplate.VisualTree.SetBinding(FlagEditor.TextProperty, binding);