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