1 write to instance
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
46
this.
instance
= new DictionaryWrapper(instance);
23 references to instance
System.Data (23)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (23)
131
Fx.Assert(this.
instance
!= null, "instance should not be null");
229
get { return this.
instance
.Count; }
234
get { return this.
instance
.IsReadOnly; }
262
Fx.Assert(this.
instance
!= null, "instance cannot be null");
263
ContentPropertyAttribute contentAttribute = TypeDescriptor.GetAttributes(this.
instance
.Value)[typeof(ContentPropertyAttribute)] as ContentPropertyAttribute;
386
Fx.Assert(this.
instance
!= null, "instance cannot be null");
387
RuntimeNamePropertyAttribute runtimeNamePropertyAttribute = TypeDescriptor.GetAttributes(this.
instance
.Value)[typeof(RuntimeNamePropertyAttribute)] as RuntimeNamePropertyAttribute;
409
if (this.
instance
.IsReadOnly)
441
if (this.
instance
.IsReadOnly)
454
if (this.
instance
.IsReadOnly)
463
if (this.
instance
.IsReadOnly)
556
return this.
instance
.Value;
662
Fx.Assert(this.
instance
!= null, "instance should not be null");
668
this.
instance
[(key == null) ? null : key.GetCurrentValue()] = null != value ? value.GetCurrentValue() : null;
747
Fx.Assert(this.
instance
!= null, "instance should not be null");
771
this.
instance
.Add(key == null ? null : key.GetCurrentValue(), null != value ? value.GetCurrentValue() : null);
809
Fx.Assert(this.
instance
!= null, "instance should not be null");
827
this.
instance
.Clear();
883
Fx.Assert(this.
instance
!= null, "instance should not be null");
945
this.
instance
.Remove(key == null ? null : key.GetCurrentValue());
961
IEnumerator dictionaryEnumerator = this.
instance
.GetEnumerator();
966
object keyObject =
instance
.GetKeyFromCurrent(current);
968
ModelItem value = this.WrapObject(
instance
.GetValueFromCurrent(current));