1 write to context
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (1)
28this.context = context;
13 references to context
System.Activities.Presentation (13)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeDescriptorContextWrapper.cs (13)
35get { return this.context == null ? null : this.context.Container; } 44if (this.context != null) 46instance = this.context.Instance; 64if (this.context != null) 66desc = this.context.PropertyDescriptor; 69ModelItem item = this.context.Instance as ModelItem; 84if (this.context != null) 86this.context.OnComponentChanged(); 92return this.context == null ? false : this.context.OnComponentChanging(); 99if (this.context != null) 101service = this.context.GetService(serviceType);