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