1 write to isDictionary
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1039this.isDictionary = true;
10 references to isDictionary
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (10)
1058return (this.isDictionary ? ((IDictionary)instance).IsReadOnly : (bool)this.isReadOnlyProperty.GetValue(this.instance, null)); 1066return (this.isDictionary ? ((IDictionary)instance).Count : (int)this.countProperty.GetValue(this.instance, null)); 1075if (this.isDictionary) 1086if (this.isDictionary) 1099if (isDictionary) 1111if (isDictionary) 1157if (this.isDictionary) 1169if (this.isDictionary) 1181if (this.isDictionary) 1193if (this.isDictionary)