1 write to instance
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
47
this.
instance
= instance;
5 references to instance
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (5)
81
Fx.Assert(this.
instance
!= null, "instance should not be null");
83
ContentPropertyAttribute contentAttribute = TypeDescriptor.GetAttributes(this.
instance
)[typeof(ContentPropertyAttribute)] as ContentPropertyAttribute;
225
Fx.Assert(this.
instance
!= null, "instance should not be null");
227
RuntimeNamePropertyAttribute runtimeNamePropertyAttribute = TypeDescriptor.GetAttributes(this.
instance
)[typeof(RuntimeNamePropertyAttribute)] as RuntimeNamePropertyAttribute;
281
return this.
instance
;