2 instantiations of CachedValues
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (2)
70_valueCache = new CachedValues(this); 87_valueCache = new CachedValues(this);
2 references to CachedValues
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (2)
42private CachedValues _valueCache; 731private static readonly Type NoCommonValueType = typeof(CachedValues); // some private type that we can use as a marker