2 instantiations of Container
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Converters\ModelPropertyEntryToModelItemConverter.cs (2)
42result = new Container(item, context, item.View, propertyEntry.PropertyValue); 67result = new Container(item, context, item.View, property.PropertyValue);
9 references to Container
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Converters\ModelPropertyEntryToModelItemConverter.cs (7)
35Container result = null; 55Container result = null; 111void UpdateCategoryEditorDataContext(PropertyEntry property, FrameworkElement editor, Container context) 146DependencyProperty.Register("ModelItem", typeof(ModelItem), typeof(Container), new UIPropertyMetadata(null)); 149DependencyProperty.Register("Context", typeof(EditingContext), typeof(Container), new UIPropertyMetadata(null)); 152DependencyProperty.Register("WorkflowViewElement", typeof(DependencyObject), typeof(Container), new UIPropertyMetadata(null)); 155DependencyProperty.Register("PropertyValue", typeof(PropertyValue), typeof(Container), new UIPropertyMetadata(null));
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
774var content = (ModelPropertyEntryToModelItemConverter.Container)