Exemple #1
0
 public object Convert(Type targetType)
 {
     return(XamlStaticConverter.ConvertCache(ref _cacheStore, targetType));
 }
Exemple #2
0
 public XamlConvertCache(object value, Type targetType)
 {
     _cacheStore = new ConvertCacheStore(value);
     XamlStaticConverter.ConvertCache(ref _cacheStore, targetType);
 }