1 write to _real
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
441_real = real;
6 references to _real
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (6)
447get { return new DictionaryEntry(_real.Current.Key, _real.Current.Value); } 451get { return _real.Current.Key; } 455get { return _real.Current.Value; } 467return _real.MoveNext(); 471_real.Reset();