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