1 type derived from ModelItemImpl
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelItemImpl.cs (1)
14sealed class FakeModelItemImpl : ModelItemImpl
1 instantiation of ModelItemImpl
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
149retval = new ModelItemImpl(this, instance.GetType(), instance, parent);
9 references to ModelItemImpl
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (5)
526MethodInfo getPropertyValueMethodInfo = typeof(ModelItemImpl).GetMethod("GetPropertyValue"); 527MethodInfo setPropertyValueMethodInfo = typeof(ModelItemImpl).GetMethod("SetPropertyValue"); 529public ModelItemMetaObject(System.Linq.Expressions.Expression parameter, ModelItemImpl target) 536System.Linq.Expressions.Expression s = System.Linq.Expressions.Expression.Convert(this.Expression, typeof(ModelItemImpl)); 543System.Linq.Expressions.Expression s = System.Linq.Expressions.Expression.Convert(this.Expression, typeof(ModelItemImpl));
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
518ModelItemImpl itemImpl = item as ModelItemImpl;
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\UniqueModelItemHelper.cs (2)
47ModelItemImpl expectedImpl = expected as ModelItemImpl;